mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
fix: ignore cancelled entries in incorrect balance qty report
This commit is contained in:
committed by
Ankush Menat
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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user