Skip to content

Commit

Permalink
Iniz aware of the billing module (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Sep 5, 2024
1 parent 0b73171 commit ab9e8c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion api-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<properties>
<openmrsPlatformVersion>${openmrsVersion2.4}</openmrsPlatformVersion>
<datafilterVersion>2.2.0</datafilterVersion>
<billingVersion>1.1.0</billingVersion>
<stockmanagementVersion>2.0.0</stockmanagementVersion>
</properties>

Expand Down
3 changes: 3 additions & 0 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<aware_of_module version="${addresshierarchyVersion}">
org.openmrs.module.addresshierarchy
</aware_of_module>
<aware_of_module version="${billingVersion}">
org.openmrs.module.billing
</aware_of_module>
</aware_of_modules>

<!-- Internationalization -->
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<metadatamappingVersion>1.3.4</metadatamappingVersion>
<openconceptlabVersion>1.2.9</openconceptlabVersion>
<fhir2Version>1.6.0</fhir2Version>
<billingVersion>1.1.0</billingVersion>

<!-- Modules compatibility > Core 2.3.0 -->
<datafilterVersion>1.0.0</datafilterVersion>
Expand Down

0 comments on commit ab9e8c0

Please sign in to comment.