mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
[communication] [setup wizard] [minor] [fixes]
This commit is contained in:
@@ -81,7 +81,7 @@ def add_support_communication(subject, content, sender, docname=None, mail=None)
|
||||
|
||||
make(content=content, sender=sender, subject = subject,
|
||||
doctype="Support Ticket", name=ticket.doc.name,
|
||||
date=mail.date if mail else today())
|
||||
date=mail.date if mail else today(), sent_or_received="Received")
|
||||
|
||||
if mail:
|
||||
mail.save_attachments_in_doc(ticket.doc)
|
||||
|
||||
Reference in New Issue
Block a user