Commit cfcf914b by Owo Sugiana

Discount Kabupaten Cirebon

1 parent db537811
......@@ -40,7 +40,7 @@ class Inquiry(BaseInquiry):
tgl = self.get_tgl_kohir()
if not tgl:
tgl = self.invoice.masadari.date()
if tgl < DESEMBER_2024:
if tgl <= DESEMBER_2024:
return self.denda_pokok, self.opsen_denda
return 0, 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!