mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
added code to update timestamps in Task, Customer Issue and Support Ticket
This commit is contained in:
@@ -219,7 +219,7 @@ data_map = {
|
||||
|
||||
# Support
|
||||
"Support Ticket": {
|
||||
"columns": ["name","status","creation","modified"],
|
||||
"columns": ["name","status","creation","resolution_date","first_responded_on"],
|
||||
"conditions": ["docstatus < 2"],
|
||||
"order_by": "creation"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user