fix(minor): Reverse GL fix

This commit is contained in:
Deepesh Garg 2020-05-06 18:12:23 +05:30
parent c6325c2f34
commit b821f22b7c

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: