mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[fix] support ticket feed
This commit is contained in:
@@ -10,7 +10,7 @@ from frappe.utils import now
|
|||||||
|
|
||||||
class SupportTicket(Document):
|
class SupportTicket(Document):
|
||||||
def get_feed(self):
|
def get_feed(self):
|
||||||
return "{0}: {1}".format(_(self.status, self.subject))
|
return "{0}: {1}".format(_(self.status), self.subject)
|
||||||
|
|
||||||
def get_portal_page(self):
|
def get_portal_page(self):
|
||||||
return "ticket"
|
return "ticket"
|
||||||
|
|||||||
Reference in New Issue
Block a user