ソースを参照

Merge branch 'hotfix'

version-14
mbauskar 8年前
コミット
0c14957172
2個のファイルの変更2行の追加1行の削除
  1. +1
    -1
      frappe/__init__.py
  2. +1
    -0
      frappe/email/queue.py

+ 1
- 1
frappe/__init__.py ファイルの表示

@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template

__version__ = '8.5.2'
__version__ = '8.5.3'
__title__ = "Frappe Framework"

local = Local()


+ 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()


読み込み中…
キャンセル
保存