From 84b638f49ae8023838d6c45500c9c7125ce3508b Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 15 Nov 2012 16:58:36 +0530 Subject: [PATCH] fix to customer issue, desktop --- patches/november_2012/customer_issue_allocated_to_assigned.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/november_2012/customer_issue_allocated_to_assigned.py b/patches/november_2012/customer_issue_allocated_to_assigned.py index 3d870e9a93..fa87262796 100644 --- a/patches/november_2012/customer_issue_allocated_to_assigned.py +++ b/patches/november_2012/customer_issue_allocated_to_assigned.py @@ -8,7 +8,6 @@ def execute(): webnotes.conn.sql("""delete from tabComment where comment like '%Form/Customer Issue%'""") for t in webnotes.conn.sql("""select * from `tabCustomer Issue` where ifnull(allocated_to, '')!='' and ifnull(status, "")="Open" """, as_dict=1): - print t add({ 'doctype': "Customer Issue", 'name': t['name'],