Commit 1a1ad3af by iwan

Tambah Opsen Kabupaten Kuningan

1 parent faf2ad39
......@@ -16,8 +16,8 @@ AKHIR_DISC = date(2024, 9, 30)
class Inquiry(BaseInquiry):
def get_discount_denda(self): # Override
if AWAL_DISC <= self.tgl_bayar.date() <= AKHIR_DISC:
return self.denda
return 0
return self.denda_pokok, self.opsen_denda
return 0, 0
class AvailableInvoice(BaseAvailableInvoice):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!