Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-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 ff20a421
authored
Nov 24, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Inquiry memperhatikan field status_pembayaran
1 parent
293e008d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
CHANGES.txt
opensipkd/pad/services/default/__init__.py
CHANGES.txt
View file @
ff20a42
0.2.6 2020-11-24
----------------
- Inquiry kini memperhatikan field status_pembayaran
0.2.5 2020-11-14
----------------
- Hapus field pada class Invoice yang tidak ada di Kabupaten Majalengka
...
...
opensipkd/pad/services/default/__init__.py
View file @
ff20a42
...
...
@@ -304,7 +304,7 @@ class Inquiry(BaseInquiry):
self
.
hitung_denda
()
self
.
hitung_bayar
()
self
.
total
=
self
.
tagihan
+
self
.
denda
-
self
.
total_bayar
if
self
.
total
<
0
:
if
self
.
total
<
0
or
not
self
.
is_available
()
:
self
.
total
=
0
def
get_pay_seq
(
self
):
...
...
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