Merge pull request #37484 from ruthra-kumar/ignore_links_on_closing_balance_patch

refactor(patch): ignore links on closing balance patch
This commit is contained in:
ruthra kumar 2023-10-13 09:18:41 +05:30 committed by GitHub
commit 479fe915af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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