Commit 0b592218 by Owo Sugiana

Discount denda Kota Serang

1 parent 69ef4bd0
......@@ -7,14 +7,11 @@ from .tangerang_kab import (
from .tangsel import hitung_denda
AWAL_DISC = date(2024, 8, 1)
AKHIR_DISC = date(2024, 8, 31)
AWAL_DISC = date(2024, 11, 1)
AKHIR_DISC = date(2024, 12, 10)
class Inquiry(BaseInquiry):
def get_discount_denda(self): # Override
return 0
def hitung_denda_waktu(self): # Override
tgl_kohir = self.get_tgl_kohir()
if tgl_kohir:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!