From 52d91aaaa7a4425b6300a2cfaaa91836313f2010 Mon Sep 17 00:00:00 2001 From: "Kipchumba C. Bett" Date: Wed, 4 Sep 2024 11:14:33 +0300 Subject: [PATCH 1/2] Make iniz aware of billing module --- omod/src/main/resources/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/omod/src/main/resources/config.xml b/omod/src/main/resources/config.xml index 24e0e669..d75489a8 100644 --- a/omod/src/main/resources/config.xml +++ b/omod/src/main/resources/config.xml @@ -66,6 +66,9 @@ org.openmrs.module.addresshierarchy + + org.openmrs.module.billing + From b87fa01a44641e0a8761ef60a9ae002ece2d0721 Mon Sep 17 00:00:00 2001 From: "Kipchumba C. Bett" Date: Wed, 4 Sep 2024 16:20:21 +0300 Subject: [PATCH 2/2] Move billing version property to parent pom --- api-2.4/pom.xml | 1 - pom.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/api-2.4/pom.xml b/api-2.4/pom.xml index 7d67c37b..7df72acd 100644 --- a/api-2.4/pom.xml +++ b/api-2.4/pom.xml @@ -17,7 +17,6 @@ ${openmrsVersion2.4} 2.2.0 - 1.1.0 2.0.0 diff --git a/pom.xml b/pom.xml index 9b7ee033..2d4a99d2 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ 1.3.4 1.2.9 1.6.0 + 1.1.0 1.0.0