fix: Ignore permissions while submitting account closing balance record (#35536)

This commit is contained in:
Nabin Hait 2023-06-02 16:57:00 +05:30 committed by GitHub
parent e75bd72fe4
commit f11d9b019d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ def make_closing_entries(closing_entries, voucher_name):
"closing_date": closing_date,
}
)
cle.flags.ignore_permissions = True
cle.submit()