Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-webr-models
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b7cc1400
authored
Sep 01, 2023
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed saat reversal di modul jabar
1 parent
9ee94495
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
CHANGES.txt
opensipkd/webr/services/jabar.py
CHANGES.txt
View file @
b7cc140
0.3.1 2023-09-01
----------------
- Bug fixed saat reversal field bunga belum di-nol-kan pada modul jabar
0.3 2023-05-10
--------------
- Tambah input parameter conf pada Inquiry untuk rekening tanpa denda
...
...
opensipkd/webr/services/jabar.py
View file @
b7cc140
...
...
@@ -169,6 +169,7 @@ class Reversal(Inquiry):
DBSession
.
add
(
self
.
invoice
)
if
self
.
payment
:
self
.
payment
.
bayar
=
0
self
.
payment
.
bunga
=
0
DBSession
.
add
(
self
.
payment
)
DBSession
.
flush
()
...
...
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