From 0f6c35d63f46db32e470886ea964cb73c3e72416 Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Wed, 21 Mar 2018 18:24:45 +0530 Subject: [PATCH] Update update_project_in_sle.py --- erpnext/patches/v10_0/update_project_in_sle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)