Commit 9f636885 by Owo Sugiana

Bug fixed Kota Banjar field denda_sppt diisi netto

1 parent a3a515c9
......@@ -26,6 +26,9 @@ class Inquiry(BaseInquiry):
return
self.discount = self.denda
def before_save(self, payment): # Override
payment.denda_sppt = 0 # self.denda - self.discount
class AvailableInvoice(BaseAvailableInvoice):
def get_inquiry_class(self): # Override
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!