Commit cb379110 by Owo Sugiana

Bug fixed bin/bphtb_inquiry saat lunas

1 parent 866f65bc
......@@ -121,7 +121,7 @@ class Inquiry(Common):
def hitung(self):
self.total_bayar = self.get_payment_amount()
self.tagihan = self.invoice.bphtb_harus_dibayarkan - self.total_bayar
self.total = self.denda = self.discount = 0
self.total = self.denda = self.discount = self.bln_tunggakan = 0
if self.tagihan < 1:
self.tagihan = self.total = 0
return
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!