fix: don't send read receipt by default'
This commit is contained in:
parent
6e659653a9
commit
392d2ffcec
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ frappe.views.CommunicationComposer = Class.extend({
|
|||
{label:__("Send me a copy"), fieldtype:"Check",
|
||||
fieldname:"send_me_a_copy", 'default': frappe.boot.user.send_me_a_copy},
|
||||
{label:__("Send Read Receipt"), fieldtype:"Check",
|
||||
fieldname:"send_read_receipt", default: 1},
|
||||
fieldname:"send_read_receipt"},
|
||||
{label:__("Attach Document Print"), fieldtype:"Check",
|
||||
fieldname:"attach_document_print"},
|
||||
{label:__("Select Print Format"), fieldtype:"Select",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue