diff --git a/erpnext/stock/dashboard/item_dashboard.py b/erpnext/stock/dashboard/item_dashboard.py index 28ea045d5d8..0d75a9a544f 100644 --- a/erpnext/stock/dashboard/item_dashboard.py +++ b/erpnext/stock/dashboard/item_dashboard.py @@ -31,6 +31,8 @@ def get_data(item_code=None, warehouse=None, item_group=None, tabBin b, tabItem i where b.item_code = i.name + and + (b.projected_qty != 0 or b.reserved_qty != 0 or b.reserved_qty_for_production != 0 or b.actual_qty != 0) {conditions} order by {sort_by} {sort_order}