Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3d694b18
authored
May 06, 2021
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaiki query result syntax sqlalchemy
1 parent
edd7d1c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
esipkd/views/rekening_detail.py
esipkd/views/rekening_detail.py
View file @
3d694b1
...
@@ -130,7 +130,6 @@ def view_detail(request):
...
@@ -130,7 +130,6 @@ def view_detail(request):
)
.
join
(
Rekening
,
Rekening
.
id
==
Anggaran
.
rekening_id
)
.
\
)
.
join
(
Rekening
,
Rekening
.
id
==
Anggaran
.
rekening_id
)
.
\
filter
(
Anggaran
.
tahun
==
params
[
'year'
])
.
order_by
(
Anggaran
.
kode
)
\
filter
(
Anggaran
.
tahun
==
params
[
'year'
])
.
order_by
(
Anggaran
.
kode
)
\
.
all
()
.
all
()
invoices
=
invoices
.
all
()
for
i
in
invoices
:
for
i
in
invoices
:
## JIKA ADA FILTER DEPARTEMEN
## JIKA ADA FILTER DEPARTEMEN
if
'unit'
in
params
and
params
[
'unit'
]:
if
'unit'
in
params
and
params
[
'unit'
]:
...
...
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