Skip to content

Commit

Permalink
Merge pull request #100 from PatrickWaweru/disableHighIITReport-3.x
Browse files Browse the repository at this point in the history
Disable High IIT risk report
  • Loading branch information
njorocs authored Jun 5, 2024
2 parents 66ee601 + 26813f0 commit 3266a16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/main/resources/moduleApplicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
<bean id="kenyaemrml.config.report" class="org.openmrs.module.kenyacore.report.ReportConfiguration">
<property name="commonReports">
<set>
<ref bean="kenyaemrml.hiv.report.highIIT" />
<!-- <ref bean="kenyaemrml.hiv.report.mediumIIT" />
<ref bean="kenyaemrml.hiv.report.lowIIT" /> -->
<!-- <ref bean="kenyaemrml.hiv.report.highIIT" /> -->
<!-- <ref bean="kenyaemrml.hiv.report.mediumIIT" /> -->
<!-- <ref bean="kenyaemrml.hiv.report.lowIIT" /> -->
</set>
</property>
</bean>
Expand Down

0 comments on commit 3266a16

Please sign in to comment.