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'],