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 7a7df0fb
authored
Dec 30, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed pembatalan di Kabupaten Sukabumi
1 parent
aae460a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
opensipkd/pad/services/sukabumi_kab.py
opensipkd/pad/services/sukabumi_kab.py
View file @
7a7df0f
...
...
@@ -7,7 +7,7 @@ from opensipkd.hitung import (
from
.base
import
get_db_session
from
.banjar
import
(
Inquiry
as
BaseInquiry
,
Reversal
,
Reversal
as
BaseReversal
,
AvailableInvoice
as
BaseAvailableInvoice
,
)
...
...
@@ -88,6 +88,10 @@ class Inquiry(BaseInquiry):
return
self
.
denda
class
Reversal
(
BaseReversal
):
invoice_id_structure
=
INVOICE_ID
class
AvailableInvoice
(
BaseAvailableInvoice
):
invoice_id_structure
=
INVOICE_ID
...
...
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