+
+
+
+
+ RRI Report
+ 0"
+ >for {{ params.startDate }} to {{ params.endDate }}
+
+
+
+
+
+
+
+
+
+ |
+
+
+ Locations |
+
+ {{ location }}
+ |
+
+
+
- |
+
+ {{ section.sectionTitle }}
+ |
-
- Locations |
-
- {{ location }}
+ |
+
+ {{ indicator.label }}
+ |
+
+ {{ locationData[indicator.indicator] }}
|
-
-
-
-
- {{ section.sectionTitle }}
- |
-
-
-
- {{ indicator.label }}
- |
-
- {{ locationData[indicator.indicator] }}
- |
-
-
-
-
+
-
\ No newline at end of file
+
diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts
index efbe3aeb4..d5b294dc2 100644
--- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts
+++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-pdf-view.component.ts
@@ -58,7 +58,6 @@ export class PmtctCalhivPdfViewComponent implements OnInit, OnChanges {
public setRowData(results) {
const sectionDefs = this.sectionDefs;
_.each(results, (result: any) => {
- // console.log('result', result);
this.locations.push(result.location);
Object.keys(result).forEach((key, index) => {
_.each(sectionDefs, (sectionDef: any) => {
diff --git a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html
index 1100d8cdd..283b658e9 100644
--- a/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html
+++ b/src/app/hiv-care-lib/pmtct-calhiv-rri-report/pmtct-calhiv-tabular.component.html
@@ -1,20 +1,19 @@