fix(minor): Reverse GL fix
This commit is contained in:
parent
c6325c2f34
commit
b821f22b7c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user