commit | d1fb90edffbbbd48722fddda1ed3d9144783b774 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Thu Jan 25 12:42:16 2024 +0530 |
committer | GitHub <noreply@github.com> | Thu Jan 25 12:42:16 2024 +0530 |
tree | 211d637ef11b5dd607d6139a869a1ce22442c730 | |
parent | 4f215f1b7022aabdc03150764c0824455213fd3c [diff] |
fix: default enable closing stock balance (#39551)
diff --git a/erpnext/stock/report/stock_balance/stock_balance.js b/erpnext/stock/report/stock_balance/stock_balance.js index 6de5f00..fe6e83e 100644 --- a/erpnext/stock/report/stock_balance/stock_balance.js +++ b/erpnext/stock/report/stock_balance/stock_balance.js
@@ -99,7 +99,7 @@ "fieldname": 'ignore_closing_balance', "label": __('Ignore Closing Balance'), "fieldtype": 'Check', - "default": 1 + "default": 0 }, ],