mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-11 05:31:48 +00:00
fix: enable the 'Include Zero Stock Items' filter by default to show zero-stock items in the Stock Balance report (#57458)
This commit is contained in:
@@ -130,7 +130,7 @@ frappe.query_reports["Stock Balance"] = {
|
|||||||
fieldname: "include_zero_stock_items",
|
fieldname: "include_zero_stock_items",
|
||||||
label: __("Include Zero Stock Items"),
|
label: __("Include Zero Stock Items"),
|
||||||
fieldtype: "Check",
|
fieldtype: "Check",
|
||||||
default: 0,
|
default: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "show_dimension_wise_stock",
|
fieldname: "show_dimension_wise_stock",
|
||||||
|
|||||||
Reference in New Issue
Block a user