Commit c9e6f656 by Bangbadil

pbb hanya pokok saja

1 parent 2e660d0d
......@@ -179,9 +179,8 @@ class Views(BaseView):
step = mapped.get("step","")
bayar = mapped.get("bayar", 0)
denda = mapped.get("denda", 0)
pokok = float(bayar)
if typ == 'pbb':
pokok = bayar-denda
#pokok = float(bayar)
pokok = bayar-denda
tx = mapped.get("trx",0)
daily.append((step, pokok))
dailyTrx.append((step, tx))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!