mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
fix to customer issue, desktop
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user