Commit fb8ab430 by Solo Group

pln

1 parent 82eb7a18
...@@ -250,6 +250,7 @@ class Vendor(VendorClass): ...@@ -250,6 +250,7 @@ class Vendor(VendorClass):
pokok += inq["base_price"] pokok += inq["base_price"]
denda += inq["fine"] denda += inq["fine"]
admin += "admin" in inq and inq["admin"] or 0 admin += "admin" in inq and inq["admin"] or 0
admin += "admin_fee" in inq and inq["admin_fee"] or 0
period += "period" in inq and inq["period"] + " " period += "period" in inq and inq["period"] + " "
jml_period += 1 jml_period += 1
if "meter_changes" in inq: if "meter_changes" in inq:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!