Commit 46941468 by Owo Sugiana

Bug fixed tanggal akhir discount denda Kabupaten Cirebon

1 parent cbd12250
......@@ -10,7 +10,7 @@ from .default import (
)
AKHIR_DISC_DENDA = date(2022, 3, 31)
AKHIR_DISC_DENDA = date(2022, 12, 31)
# Discount pokok berdasarkan bulan
NILAI_DISC_POKOK = {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!