mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
Merge pull request #36226 from frappe/mergify/bp/version-14-hotfix/pr-35536
fix: Ignore permissions while submitting account closing balance record (#35536)
This commit is contained in:
@@ -36,6 +36,7 @@ def make_closing_entries(closing_entries, voucher_name, company, closing_date):
|
|||||||
"closing_date": closing_date,
|
"closing_date": closing_date,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
cle.flags.ignore_permissions = True
|
||||||
cle.submit()
|
cle.submit()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user