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

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: