Merge pull request #21624 from deepeshgarg007/reversse_gl_fix

fix(minor): Reverse GL fix
This commit is contained in:
Deepesh Garg 2020-05-06 18:19:19 +05:30 committed by GitHub
commit 9513171d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -297,7 +297,8 @@ def make_reverse_gl_entries(gl_entries=None, voucher_type=None, voucher_no=None,
fields = ["*"],
filters = {
"voucher_type": voucher_type,
"voucher_no": voucher_no
"voucher_no": voucher_no,
"is_cancelled": 0
})
if gl_entries: