mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
fix: ignore cancelled entries in incorrect balance qty report
(cherry picked from commit e498389b00)
This commit is contained in:
committed by
Ankush Menat
parent
c7f75aad79
commit
c04c2108f3
@@ -47,7 +47,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