fix: default enable closing stock balance (backport #39551) (#39554)

fix: default enable closing stock balance (#39551)

(cherry picked from commit d1fb90edffbbbd48722fddda1ed3d9144783b774)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot] 2024-01-25 12:51:55 +05:30 committed by GitHub
parent e08c7bad63
commit 4853ab1fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ frappe.query_reports["Stock Balance"] = {
"fieldname": 'ignore_closing_balance',
"label": __('Ignore Closing Balance'),
"fieldtype": 'Check',
"default": 1
"default": 0
},
],