Просмотр исходного кода

fix: Prioritize reply communication_doc sender

- Prioritize reply communication_doc sender email over form email
version-14
Suraj Shetty 4 лет назад
Родитель
Сommit
d45b7df7cd
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      frappe/public/js/frappe/form/footer/form_timeline.js

+ 1
- 1
frappe/public/js/frappe/form/footer/form_timeline.js Просмотреть файл

@@ -356,7 +356,7 @@ class FormTimeline extends BaseTimeline {
const args = {
doc: this.frm.doc,
frm: this.frm,
recipients: this.get_recipient(),
recipients: communication_doc ? communication_doc.sender : this.get_recipient(),
is_a_reply: Boolean(communication_doc),
title: communication_doc ? __('Reply') : null,
last_email: communication_doc


Загрузка…
Отмена
Сохранить