mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +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 _
|
from frappe import _
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc('stock', 'doctype', 'item')
|
||||||
language = frappe.get_single("System Settings").language
|
language = frappe.get_single("System Settings").language
|
||||||
|
|
||||||
if language and language.startswith('en'): return
|
if language and language.startswith('en'): return
|
||||||
|
|||||||
Reference in New Issue
Block a user