Support ticket / lead status based on communication. Fixes #1645
This commit is contained in:
parent
2e0620e370
commit
85786f3071
@ -88,6 +88,7 @@ class StatusUpdater(Document):
|
||||
|
||||
def on_communication(self):
|
||||
self.communication_set = True
|
||||
self.get("communications").sort(key=lambda d: d.creation)
|
||||
self.set_status(update=True)
|
||||
del self.communication_set
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user