Commit b7cc1400 by Owo Sugiana

Bug fixed saat reversal di modul jabar

1 parent 9ee94495
0.3.1 2023-09-01
----------------
- Bug fixed saat reversal field bunga belum di-nol-kan pada modul jabar
0.3 2023-05-10 0.3 2023-05-10
-------------- --------------
- Tambah input parameter conf pada Inquiry untuk rekening tanpa denda - Tambah input parameter conf pada Inquiry untuk rekening tanpa denda
......
...@@ -169,6 +169,7 @@ class Reversal(Inquiry): ...@@ -169,6 +169,7 @@ class Reversal(Inquiry):
DBSession.add(self.invoice) DBSession.add(self.invoice)
if self.payment: if self.payment:
self.payment.bayar = 0 self.payment.bayar = 0
self.payment.bunga = 0
DBSession.add(self.payment) DBSession.add(self.payment)
DBSession.flush() DBSession.flush()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!