mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
[Fix] Patch (#13610)
This commit is contained in:
committed by
Nabin Hait
parent
2ea593bdd8
commit
1129ac711e
@@ -2,6 +2,7 @@ import frappe
|
||||
from frappe import _
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc('stock', 'doctype', 'item')
|
||||
language = frappe.get_single("System Settings").language
|
||||
|
||||
if language and language.startswith('en'): return
|
||||
|
||||
Reference in New Issue
Block a user