Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-bphtb-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 a81ec70b
authored
Jan 14, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed field t_pemeriksaan.p_idpembayaranspt
1 parent
d03bc5f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
opensipkd/bphtb/cilegon/services.py
setup.py
opensipkd/bphtb/cilegon/services.py
View file @
a81ec70
...
...
@@ -30,7 +30,7 @@ class Inquiry:
if
not
self
.
invoice
:
return
q
=
DBSession
.
query
(
Pemeriksaan
)
.
filter_by
(
t
_idpembayaranspt
=
self
.
payment
.
t_idpembayaranspt
)
p
_idpembayaranspt
=
self
.
payment
.
t_idpembayaranspt
)
self
.
pemeriksaan
=
q
.
first
()
self
.
profile
=
self
.
get_profile
()
self
.
notaris
=
self
.
get_notaris
()
...
...
setup.py
View file @
a81ec70
...
...
@@ -13,6 +13,7 @@ version = line.split()[0]
requires
=
[
'sqlalchemy'
,
'opensipkd-base @ git+https://git.opensipkd.com/sugiana/opensipkd-base'
,
'opensipkd-hitung @ git+https://git.opensipkd.com/sugiana/opensipkd-hitung'
,
]
setuptools
.
setup
(
...
...
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