mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
delete root node allow
This commit is contained in:
@@ -163,7 +163,7 @@ class Account(NestedSet):
|
|||||||
if self.check_gle_exists():
|
if self.check_gle_exists():
|
||||||
throw(_("Account with existing transaction can not be deleted"))
|
throw(_("Account with existing transaction can not be deleted"))
|
||||||
|
|
||||||
super(Account, self).on_trash()
|
super(Account, self).on_trash(True)
|
||||||
|
|
||||||
def before_rename(self, old, new, merge=False):
|
def before_rename(self, old, new, merge=False):
|
||||||
# Add company abbr if not provided
|
# Add company abbr if not provided
|
||||||
|
|||||||
Reference in New Issue
Block a user