Skip to content

Commit

Permalink
Merge pull request #37488 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-37484

refactor(patch): ignore links on closing balance patch (backport #37484)
  • Loading branch information
ruthra-kumar authored Oct 13, 2023
2 parents 0590f21 + cf0ab51 commit c43d0b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit c43d0b8

Please sign in to comment.