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:
rohitwaghchaure
2026-07-25 00:21:06 +05:30
committed by GitHub
parent b5d8c7515f
commit 4e8f5de5cb

View File

@@ -130,7 +130,7 @@ frappe.query_reports["Stock Balance"] = {
fieldname: "include_zero_stock_items",
label: __("Include Zero Stock Items"),
fieldtype: "Check",
default: 0,
default: 1,
},
{
fieldname: "show_dimension_wise_stock",