fix to customer issue, desktop
This commit is contained in:
parent
86945fe178
commit
84b638f49a
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user