refactor(patch): ignore links on closing balance patch

(cherry picked from commit 17ca8756a7)
This commit is contained in:
ruthra kumar
2023-10-12 20:43:15 +05:30
committed by Mergify
parent 0590f21814
commit cf0ab51348

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()