Skip to content

Commit

Permalink
Parvathy | BAH-4017 | Add. Global Property bahmni-ipd.allowSlotStopOn…
Browse files Browse the repository at this point in the history
…DrugOrderStop
  • Loading branch information
parvathy00 committed Jul 15, 2024
1 parent 65b6bf2 commit 71cba20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
<require_module>org.bahmni.module.medication-administration</require_module>
<require_module>org.bahmni.module.fhir2Extension</require_module>
</require_modules>

<globalProperty>
<property>bahmni-ipd.allowSlotStopOnDrugOrderStop</property>
<defaultValue>true</defaultValue>
<description>Feature toggle to decide whether to stop slots associated when drug order is stopped</description>
</globalProperty>

<activator>org.openmrs.module.ipd.api.IPDActivator</activator>
</module>

0 comments on commit 71cba20

Please sign in to comment.