Commit 2b5c6936 by Owo Sugiana

Kota Bogor: Tahun Terbit dari field masadari

1 parent 37efb523
......@@ -8,11 +8,11 @@ from opensipkd.hitung import hitung_denda
class Inquiry(BaseInquiry):
def hitung_denda_waktu(self): # Override
tgl_kohir = self.get_tgl_kohir()
if tgl_kohir:
tahun_terbit = tgl_kohir.year
else:
tahun_terbit = self.invoice.masadari.year
# 27 Feb 2024 Pak Sisco
# Menurut Bu Santhy untuk pajak reklame sanksi administrasi atas
# kewajiban sebelum berlaku Perda 11 tahun 2023 merujuk ke
# "Hak dan Kewajiban" = Masa Pajak, bukan tanggal ketetapan.
tahun_terbit = self.invoice.masadari.year
if tahun_terbit > 2023:
persen_denda = 1
else:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!