mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: Ignore permissions while submitting account closing balance record (#35536)
This commit is contained in:
@@ -38,6 +38,7 @@ def make_closing_entries(closing_entries, voucher_name):
|
|||||||
"closing_date": closing_date,
|
"closing_date": closing_date,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
cle.flags.ignore_permissions = True
|
||||||
cle.submit()
|
cle.submit()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user