fix: ignore cancelled entries in incorrect balance qty report
This commit is contained in:
parent
6954dd6329
commit
e498389b00
@ -46,7 +46,7 @@ def get_incorrect_data(data):
|
||||
return row
|
||||
|
||||
def get_stock_ledger_entries(report_filters):
|
||||
filters = {}
|
||||
filters = {"is_cancelled": 0}
|
||||
fields = ['name', 'voucher_type', 'voucher_no', 'item_code', 'actual_qty',
|
||||
'posting_date', 'posting_time', 'company', 'warehouse', 'qty_after_transaction', 'batch_no']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user