Переглянути джерело

fix error in email queue (#3728)

version-14
Manas Solanki 8 роки тому
committed by Makarand Bauskar
джерело
коміт
bd4d0e45ca
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      frappe/email/queue.py

+ 1
- 0
frappe/email/queue.py Переглянути файл

@@ -495,6 +495,7 @@ def prepare_message(email, recipient, recipients_list):
'fcontent': fcontent,
'parent': msg_obj
})
attachment.pop("fid", None)
add_attachment(**attachment)

return msg_obj.as_string()


Завантаження…
Відмінити
Зберегти