ソースを参照

fix: Double signature in composed Email

Re-do of https://github.com/frappe/frappe/pull/12520
Undone by https://github.com/frappe/frappe/pull/12878

Changes done to reflect current state of version-13

Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
version-14
Gavin D'souza 3年前
コミット
525f1656ad
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/public/js/frappe/views/communication.js

+ 1
- 1
frappe/public/js/frappe/views/communication.js ファイルの表示

@@ -750,7 +750,7 @@ frappe.views.CommunicationComposer = class {
signature = signature.replace(/\n/g, "<br>");
}

return "<br>" + signature;
return "<br><!-- signature-included -->" + signature;
}

get_earlier_reply() {


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