Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sakshi Agrawal
gkcore
Commits
1f08f87d
Commit
1f08f87d
authored
Feb 08, 2018
by
Nitesh Laxman Chaughule
Browse files
Code is corrected in "gkupgrade" function.
parent
9a31d936
Changes
1
Hide whitespace changes
Inline
Side-by-side
gkcore/views/api_organisation.py
View file @
1f08f87d
...
...
@@ -62,10 +62,10 @@ class api_organisation(object):
"""
self
.
con
=
eng
.
connect
()
try
:
self
.
con
.
execute
(
select
(
gkdb
.
invoice
.
c
.
address
))
self
.
con
.
execute
(
select
(
gkdb
.
customerandsupplier
.
c
.
bankdetails
))
self
.
con
.
execute
(
select
(
gkdb
.
invoice
.
c
.
paymentmode
))
self
.
con
.
execute
(
select
(
gkdb
.
organisation
.
c
.
bankdetails
))
self
.
con
.
execute
(
select
(
[
func
.
count
(
gkdb
.
invoice
.
c
.
address
)
])
)
self
.
con
.
execute
(
select
(
[
func
.
count
(
gkdb
.
customerandsupplier
.
c
.
bankdetails
)
])
)
self
.
con
.
execute
(
select
(
[
func
.
count
(
gkdb
.
invoice
.
c
.
paymentmode
)
])
)
self
.
con
.
execute
(
select
(
[
func
.
count
(
gkdb
.
organisation
.
c
.
bankdetails
)
])
)
self
.
con
.
execute
(
select
([
func
.
count
(
gkdb
.
delchal
.
c
.
consignee
)]))
self
.
con
.
execute
(
select
([
func
.
count
(
gkdb
.
invoice
.
c
.
orgstategstin
)]))
self
.
con
.
execute
(
select
([
func
.
count
(
gkdb
.
invoice
.
c
.
cess
)]))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment