Commit 5a47a6df by Owo Sugiana

Tambah Kota Serang

1 parent 7072e0a0
0.4.11 2023-08-14 0.4.11 2023-08-15
----------------- -----------------
- Discount Kabupaten Tangerang - Discount Kabupaten Tangerang
- Tambah Kota Serang
0.4.10 2023-07-10 0.4.10 2023-07-10
----------------- -----------------
......
from .tangerang_kab import (
Inquiry as BaseInquiry,
Reversal,
AvailableInvoice,
)
class Inquiry(BaseInquiry):
def get_discount_denda(self): # Override
return 0
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!