Commit 5b62e50b by Owo Sugiana

Aktifkan 2023 untuk Kabupaten Bekasi

1 parent 62037058
......@@ -12,13 +12,6 @@ AKHIR_DISC = date(2023, 3, 31)
class Inquiry(BaseInquiry):
# 2023 off dulu sampai pemberitahuan berikutnya
# Gilang, 12-1-2023
def is_available(self): # Override
if self.invoice.thn_pajak_sppt > '2022':
return
return super().is_available()
def hitung_discount_denda(self): # Override
if self.denda < 1 or self.tgl_bayar < AWAL_DISC or \
self.tgl_bayar > AKHIR_DISC or \
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!