mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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%'""")
|
webnotes.conn.sql("""delete from tabComment where comment like '%Form/Customer Issue%'""")
|
||||||
for t in webnotes.conn.sql("""select * from `tabCustomer Issue`
|
for t in webnotes.conn.sql("""select * from `tabCustomer Issue`
|
||||||
where ifnull(allocated_to, '')!='' and ifnull(status, "")="Open" """, as_dict=1):
|
where ifnull(allocated_to, '')!='' and ifnull(status, "")="Open" """, as_dict=1):
|
||||||
print t
|
|
||||||
add({
|
add({
|
||||||
'doctype': "Customer Issue",
|
'doctype': "Customer Issue",
|
||||||
'name': t['name'],
|
'name': t['name'],
|
||||||
|
|||||||
Reference in New Issue
Block a user