mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
fix: default enable closing stock balance (#39551)
(cherry picked from commit d1fb90edff)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ frappe.query_reports["Stock Balance"] = {
|
|||||||
"fieldname": 'ignore_closing_balance',
|
"fieldname": 'ignore_closing_balance',
|
||||||
"label": __('Ignore Closing Balance'),
|
"label": __('Ignore Closing Balance'),
|
||||||
"fieldtype": 'Check',
|
"fieldtype": 'Check',
|
||||||
"default": 1
|
"default": 0
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user