fix to customer issue, desktop

This commit is contained in:
Rushabh Mehta 2012-11-15 16:58:36 +05:30
parent 86945fe178
commit 84b638f49a

View File

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