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 8533a404
authored
Nov 16, 2023
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
rollback
1 parent
61a7c6c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
esipkd/views/bjb_qris.py
esipkd/views/bjb_va.py
esipkd/views/bjb_qris.py
View file @
8533a40
...
...
@@ -537,7 +537,7 @@ def save_pembayaran(request, values):
values
.
update
(
invoice
.
to_dict
())
values
[
'tgl_bayar'
]
=
datetime_from_str
(
values
[
'transaction_date'
])
values
[
'ntb'
]
=
values
[
'va_number'
]
values
[
'ntb'
]
=
'BJBQRIS'
values
[
'bayar'
]
=
int
(
values
[
'transaction_amount'
])
values
[
'tahun'
]
=
values
[
'tgl_bayar'
]
.
strftime
(
'
%
Y'
)
values
[
'status'
]
=
2
...
...
esipkd/views/bjb_va.py
View file @
8533a40
...
...
@@ -633,7 +633,7 @@ def save_pembayaran(request, values):
values
.
update
(
invoice
.
to_dict
())
values
[
'tgl_bayar'
]
=
datetime_from_str
(
values
[
'transaction_date'
])
values
[
'ntb'
]
=
values
[
'va_number'
]
values
[
'ntb'
]
=
'BJBVA'
values
[
'bayar'
]
=
int
(
values
[
'transaction_amount'
])
values
[
'tahun'
]
=
values
[
'tgl_bayar'
]
.
strftime
(
'
%
Y'
)
values
[
'status'
]
=
2
...
...
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