Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7d58cfcb
authored
Feb 27, 2024
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tambahkan commit ketika update flagging
1 parent
356a8972
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
esipkd/scripts/cron_payment_callback_pemda.py.bak
esipkd/scripts/cron_payment_callback_pemda.py.bak
View file @
7d58cfc
...
@@ -55,6 +55,7 @@ def update_flagging(kd_bayar):
...
@@ -55,6 +55,7 @@ def update_flagging(kd_bayar):
.filter(ARInvoice.kode == kd_bayar).scalar()
.filter(ARInvoice.kode == kd_bayar).scalar()
DBSession.query(ARSspd).filter(ARSspd.arinvoice_id==id_inv).\
DBSession.query(ARSspd).filter(ARSspd.arinvoice_id==id_inv).\
update({ARSspd.posted_pemda: 1}, synchronize_session='fetch')
update({ARSspd.posted_pemda: 1}, synchronize_session='fetch')
DBSession.commit()
def sendrpc(kd_bayar):
def sendrpc(kd_bayar):
print('STARTING RPC CALLBACK PEMDA')
print('STARTING RPC CALLBACK PEMDA')
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment