Commit ee21c25b by Owo Sugiana

Bug fixed terkait jenis BPHTB

1 parent 9eecb884
......@@ -115,7 +115,7 @@ class Inquiry(Common):
self.total = self.tagihan + self.denda - self.discount
def hitung_denda(self):
if self.kode not in KODE_KURANG_BAYAR:
if self.kode in KODE_KURANG_BAYAR:
return
if isinstance(self.tgl_bayar, datetime):
tgl_bayar = self.tgl_bayar.date()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!