Skip to content

Commit

Permalink
Maternity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
njorocs committed Nov 12, 2018
1 parent 1161d21 commit 1d57641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected List<Mapped<DataSetDefinition>> buildDataSets(ReportDescriptor descrip

return Arrays.asList(
ReportUtils.map(allPatientsDSD, "startDate=${startDate},endDate=${endDate}"),
ReportUtils.map(maternityDataSet(), "")
ReportUtils.map(maternityDataSet(), "startDate=${startDate},endDate=${endDate}")
);
}

Expand Down
Empty file added git
Empty file.

0 comments on commit 1d57641

Please sign in to comment.