Merge pull request #13360 from frappe/manassolanki-patch-3
Update update_project_in_sle.py
diff --git a/erpnext/patches/v10_0/update_project_in_sle.py b/erpnext/patches/v10_0/update_project_in_sle.py
index 15d10e6..08c64f1 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 @@
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)