Skip to content

Commit

Permalink
Merge pull request #6797 from hmislk/Issue#6796
Browse files Browse the repository at this point in the history
Fixed #6796 Closes #6796
  • Loading branch information
DeshaniPubudu authored Aug 7, 2024
2 parents 033b074 + d40807c commit 67b765f
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 @@ -2765,7 +2765,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 67b765f

Please sign in to comment.