diff --git a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py index 1c7d1cc471a..0bb47973194 100644 --- a/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py +++ b/erpnext/patches/v15_0/repost_gl_entries_with_no_account_subcontracting.py @@ -29,4 +29,4 @@ def execute(): if docs: cancel_incorrect_gl_entries([d.name for d in docs]) - recreate_gl_entries([d.voucher_no for d in docs]) \ No newline at end of file + recreate_gl_entries([d.voucher_no for d in docs])