Skip to content

Commit

Permalink
Fixed #6796
Browse files Browse the repository at this point in the history
Signed-off-by: Lawan Samarasekara <lawan.chaamindu1234@gmail.com>
  • Loading branch information
DARKDRAGON-LK committed Aug 5, 2024
1 parent 3a3075b commit d40807c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/divudi/bean/channel/BookingController.java
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,9 @@ public void fillBillSessions() {
BillType.ChannelCash,
BillType.ChannelOnCall,
BillType.ChannelStaff,
BillType.ChannelCredit
BillType.ChannelCredit,
BillType.ChannelResheduleWithOutPayment,
BillType.ChannelResheduleWithPayment,
};
List<BillType> bts = Arrays.asList(billTypes);
String sql = "Select bs "
Expand Down

0 comments on commit d40807c

Please sign in to comment.