mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[rename] Support Ticket -> Issue
This commit is contained in:
@@ -7,7 +7,7 @@ import frappe
|
||||
def get_notification_config():
|
||||
return { "for_doctype":
|
||||
{
|
||||
"Support Ticket": {"status":"Open"},
|
||||
"Issue": {"status":"Open"},
|
||||
"Customer Issue": {"status":"Open"},
|
||||
"Task": {"status":"Open"},
|
||||
"Lead": {"status":"Open"},
|
||||
|
||||
@@ -287,7 +287,7 @@ data_map = {
|
||||
}
|
||||
},
|
||||
# Support
|
||||
"Support Ticket": {
|
||||
"Issue": {
|
||||
"columns": ["name","status","creation","resolution_date","first_responded_on"],
|
||||
"conditions": ["docstatus < 2"],
|
||||
"order_by": "creation"
|
||||
|
||||
Reference in New Issue
Block a user