Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gnukhata
gkcore
Commits
1b7b3a1a
Commit
1b7b3a1a
authored
Dec 20, 2017
by
Prajkta Patkar
Committed by
Prajkta_Patkar
Jan 10, 2018
Browse files
corrected
parent
48c0424a
Changes
1
Hide whitespace changes
Inline
Side-by-side
gkcore/views/api_transaction.py
View file @
1b7b3a1a
...
...
@@ -154,7 +154,7 @@ class api_transaction(object):
if
dataset
.
has_key
(
"vouchernumber"
)
==
False
:
voucherType
=
dataset
[
"vouchertype"
]
vchNo
=
self
.
__genVoucherNumber
(
self
.
con
,
voucherType
,
dataset
[
"orgcode"
])
dataset
[
"vouchernumber"
]
=
initialType
dataset
[
"vouchernumber"
]
=
vchNo
result
=
self
.
con
.
execute
(
vouchers
.
insert
(),[
dataset
])
for
drkeys
in
drs
.
keys
():
...
...
Write
Preview
Markdown
is supported
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