Merge branch 'version-15' into resolve-payment-entry-settings-conflict

This commit is contained in:
Diptanil Saha
2025-11-11 20:04:20 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import inspect
import frappe
from frappe.utils.user import is_website_user
__version__ = "15.82.2"
__version__ = "15.87.2"
def get_default_company(user=None):

View File

@@ -425,4 +425,4 @@ erpnext.patches.v15_0.update_fieldname_in_accounting_dimension_filter
erpnext.patches.v15_0.set_asset_status_if_not_already_set
erpnext.patches.v15_0.toggle_legacy_controller_for_period_closing
execute:frappe.db.set_single_value("Accounts Settings", "show_party_balance", 1)
execute:frappe.db.set_single_value("Accounts Settings", "show_account_balance", 1)
execute:frappe.db.set_single_value("Accounts Settings", "show_account_balance", 1)