fix: Add header to workflow action
This commit is contained in:
parent
7e4bc4d9b3
commit
8bb00f72e6
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ def get_common_email_args(doc):
|
||||||
|
|
||||||
common_args = {
|
common_args = {
|
||||||
'template': 'workflow_action',
|
'template': 'workflow_action',
|
||||||
|
'header': 'Workflow Action',
|
||||||
'attachments': [frappe.attach_print(doctype, docname , file_name=docname)],
|
'attachments': [frappe.attach_print(doctype, docname , file_name=docname)],
|
||||||
'subject': subject,
|
'subject': subject,
|
||||||
'message': response
|
'message': response
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue