added workflow

This commit is contained in:
Rushabh Mehta 2012-12-28 13:02:38 +05:30
parent b4c54e55a3
commit 7247e79310

View File

@ -89,7 +89,7 @@ class SupportMailbox(POP3Mailbox):
st.doc.status = 'Open'
st.doc.save()
update_feed(st.doc, 'on_update')
update_feed(st, 'on_update')
# extract attachments
self.save_attachments(st.doc, mail.attachments)
return