Skip to content

Commit 4bf3ec6

Browse files
committed
Update billing global properties
1 parent 798b058 commit 4bf3ec6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<config>
22
<globalProperties>
33
<globalProperty>
4-
<property>cashier.systemReceiptNumberGenerator</property>
5-
<value>org.openmrs.module.cashier.api.SequentialReceiptNumberGenerator</value>
6-
<description>The fully qualified class name of the component responsible for generating sequential receipt numbers within the cashier system. This class contains functions and methods tailored to efficiently generate unique receipt numbers in sequential order. </description>
4+
<property>billing.systemReceiptNumberGenerator</property>
5+
<value>org.openmrs.module.billing.api.SequentialReceiptNumberGenerator</value>
76
</globalProperty>
87
</globalProperties>
98
</config>

0 commit comments

Comments
 (0)