[fix] support ticket feed
This commit is contained in:
parent
66e08e39f7
commit
3ef0b7ce99
@ -10,7 +10,7 @@ from frappe.utils import now
|
||||
|
||||
class SupportTicket(Document):
|
||||
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):
|
||||
return "ticket"
|
||||
|
Loading…
Reference in New Issue
Block a user