Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
sismiop-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 71175408
authored
Apr 16, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix variable name in get_tagihan_pokok to correctly reference thn_pajak_sppt
1 parent
ab130941
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sismiop/services/bekasi_kota.py
sismiop/services/bekasi_kota.py
View file @
7117540
...
...
@@ -97,7 +97,7 @@ class Inquiry(BaseInquiry):
def
get_tagihan_pokok
(
self
):
# Override
pengurang
=
self
.
invoice
.
faktor_pengurang_sppt
or
0
# if pengurang > 0:
if
pengurang
>
0
and
self
.
invoice
.
t
g
hn_pajak_sppt
not
in
TAHUN_LUNAS
:
if
pengurang
>
0
and
self
.
invoice
.
thn_pajak_sppt
not
in
TAHUN_LUNAS
:
return
self
.
invoice
.
pbb_terhutang_sppt
return
super
()
.
get_tagihan_pokok
()
...
...
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