Commit 80f8fb6e by Owo Sugiana

Penambahan tahun pajak 2021 pada discount Kabupaten Tasik

1 parent 8bd9da68
......@@ -61,7 +61,7 @@ class Inquiry(BaseInquiry):
def hitung_discount(self): # Override
if self.tgl_bayar <= MAX_DISC_DATE and \
self.invoice.thn_pajak_sppt >= '2014' and \
self.invoice.thn_pajak_sppt <= '2020':
self.invoice.thn_pajak_sppt <= '2021':
self.discount = self.denda
else:
self.discount = 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!