mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Merge pull request #49002 from ruthra-kumar/fix_linter_issue
chore: resolve linting issue
This commit is contained in:
@@ -29,4 +29,4 @@ def execute():
|
|||||||
|
|
||||||
if docs:
|
if docs:
|
||||||
cancel_incorrect_gl_entries([d.name for d in docs])
|
cancel_incorrect_gl_entries([d.name for d in docs])
|
||||||
recreate_gl_entries([d.voucher_no for d in docs])
|
recreate_gl_entries([d.voucher_no for d in docs])
|
||||||
|
|||||||
Reference in New Issue
Block a user