Commit bcf95ccc by aa.gusti

pkb

1 parent a48fb822
...@@ -259,6 +259,7 @@ def import_pkb(all=False): ...@@ -259,6 +259,7 @@ def import_pkb(all=False):
for row in rows: for row in rows:
insert_data(row, rek_kode, rek_nama) insert_data(row, rek_kode, rek_nama)
EisDBSession.commit() EisDBSession.commit()
print('IMPORT PAP') print('IMPORT PAP')
#import_pap(True) #import_pap(True)
import_pkb(True) import_pkb(True)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!