Commit 7badc8bb by aa.gusti

webr-tanggal

1 parent eb1ab40d
...@@ -74,6 +74,7 @@ def validate_parent(tabel, departemen_kd, departemen_nm, rekening, tanggal): ...@@ -74,6 +74,7 @@ def validate_parent(tabel, departemen_kd, departemen_nm, rekening, tanggal):
filter_by(tahun=str(row.tahun), filter_by(tahun=str(row.tahun),
kode=row.kode.strip(), kode=row.kode.strip(),
departemen_kd = departemen_kd.strip(), departemen_kd = departemen_kd.strip(),
tanggal = tanggal,
).first() ).first()
if not induk: if not induk:
induk = tabel() induk = tabel()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!