Merge pull request #46372 from aerele/update-account-number

fix(account): update account number from parent company
This commit is contained in:
ruthra kumar
2025-03-11 11:01:08 +05:30
committed by GitHub

View File

@@ -500,7 +500,7 @@ def update_account_number(name, account_name, account_number=None, from_descenda
"name",
)
if old_name:
if old_name and not from_descendant:
# same account in parent company exists
allow_child_account_creation = _("Allow Account Creation Against Child Company")