fix: Save related drafts when switching between reply and reply-all (#6491)
This commit is contained in:
parent
49c6940b45
commit
28a413fe83
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ frappe.ui.form.on("Communication", {
|
|||
reply_all: function(frm) {
|
||||
var args = frm.events.get_mail_args(frm)
|
||||
$.extend(args, {
|
||||
subject: __("Re: {0}", [frm.doc.subject]),
|
||||
subject: __("Res: {0}", [frm.doc.subject]),
|
||||
recipients: frm.doc.sender,
|
||||
cc: frm.doc.cc
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue