Commit 78f10254 by taufikyu

typo

1 parent 5ceb25ad
......@@ -43,7 +43,7 @@ def get_listkdbayar():
ARSspd.ntb.notin_(['BJBQRIS','BJBVA']),
ARSspd.tgl_bayar >= datenow,
ARSspd.posted == 0).all()
list_kd_bayar = [kode for d in getdata]
list_kd_bayar = [d.kode for d in getdata]
return list_kd_bayar
def sendrpc(kd_bayar):
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!