diff --git a/erpnext/patches/v10_0/update_project_in_sle.py b/erpnext/patches/v10_0/update_project_in_sle.py index 15d10e6d98..08c64f18d8 100644 --- a/erpnext/patches/v10_0/update_project_in_sle.py +++ b/erpnext/patches/v10_0/update_project_in_sle.py @@ -12,4 +12,4 @@ def execute(): sle.project = parent_doc.project where sle.voucher_no = parent_doc.name and sle.voucher_type = %s and sle.project is null - and parent_doc.project is not null and parent_doc.project != ''""".format(doctype), doctype, debug=1) \ No newline at end of file + and parent_doc.project is not null and parent_doc.project != ''""".format(doctype), doctype)