Skip to content

Commit ab9e8c0

Browse files
Iniz aware of the billing module (#276)
1 parent 0b73171 commit ab9e8c0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

api-2.4/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<properties>
1818
<openmrsPlatformVersion>${openmrsVersion2.4}</openmrsPlatformVersion>
1919
<datafilterVersion>2.2.0</datafilterVersion>
20-
<billingVersion>1.1.0</billingVersion>
2120
<stockmanagementVersion>2.0.0</stockmanagementVersion>
2221
</properties>
2322

omod/src/main/resources/config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
<aware_of_module version="${addresshierarchyVersion}">
6767
org.openmrs.module.addresshierarchy
6868
</aware_of_module>
69+
<aware_of_module version="${billingVersion}">
70+
org.openmrs.module.billing
71+
</aware_of_module>
6972
</aware_of_modules>
7073

7174
<!-- Internationalization -->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<metadatamappingVersion>1.3.4</metadatamappingVersion>
7373
<openconceptlabVersion>1.2.9</openconceptlabVersion>
7474
<fhir2Version>1.6.0</fhir2Version>
75+
<billingVersion>1.1.0</billingVersion>
7576

7677
<!-- Modules compatibility > Core 2.3.0 -->
7778
<datafilterVersion>1.0.0</datafilterVersion>

0 commit comments

Comments
 (0)