Commit a260baca by aagusti

Merge branch 'master' of https://git.opensipkd.com/taufik/esipkd

2 parents 4b18ca10 6ea7e657
......@@ -182,14 +182,14 @@ def get_payment(request, data):
rdata = []
for k in row_payment:
if not k.ntp:
k.ntp = ''
else:
k.ntb = k.ntp.strip()
if not k.ntb:
k.ntb = ''
else:
k.ntb = k.ntb.strip()
# if not k.ntp:
# k.ntp = ''
# else:
# k.ntb = k.ntp.strip()
# if not k.ntb:
# k.ntb = ''
# else:
# k.ntb = k.ntb.strip()
d = dict(
kd_bayar = data['kd_bayar'],
ntp = k.ntp,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!