mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: check perm for account (#55479)
(cherry picked from commit dd1d2925d5)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -517,6 +517,7 @@ def get_account_autoname(account_number, account_name, company):
|
|||||||
def update_account_number(name, account_name, account_number=None, from_descendant=False):
|
def update_account_number(name, account_name, account_number=None, from_descendant=False):
|
||||||
_ensure_idle_system()
|
_ensure_idle_system()
|
||||||
account = frappe.get_cached_doc("Account", name)
|
account = frappe.get_cached_doc("Account", name)
|
||||||
|
account.check_permission("write")
|
||||||
if not account:
|
if not account:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user