fix(minor): login: set as Login to ERPNext

This commit is contained in:
Rushabh Mehta 2021-03-16 12:22:31 +05:30
parent 6ef213e5c6
commit 45735b35c4
2 changed files with 2 additions and 2 deletions

View File

@ -759,3 +759,4 @@ erpnext.patches.v13_0.update_vehicle_no_reqd_condition
erpnext.patches.v13_0.setup_fields_for_80g_certificate_and_donation
erpnext.patches.v13_0.rename_membership_settings_to_non_profit_settings
erpnext.patches.v13_0.setup_gratuity_rule_for_india_and_uae
execute:frappe.db.set_value('System Settings', None, 'app_name', 'ERPNext')

View File

@ -161,5 +161,4 @@ def add_standard_navbar_items():
navbar_settings.save()
def add_app_name():
settings = frappe.get_doc("System Settings")
settings.app_name = _("ERPNext")
frappe.db.set_value('System Settings', None, 'app_name', 'ERPNext')