mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #40630 from frappe/mergify/bp/version-15-hotfix/pr-40514
fix: pass empty string email content of pos invoice (#40514)
This commit is contained in:
@@ -264,6 +264,7 @@ erpnext.PointOfSale.PastOrderSummary = class {
|
|||||||
content: content ? content : __(frm.meta.name) + ": " + doc.name,
|
content: content ? content : __(frm.meta.name) + ": " + doc.name,
|
||||||
doctype: doc.doctype,
|
doctype: doc.doctype,
|
||||||
name: doc.name,
|
name: doc.name,
|
||||||
|
content: "",
|
||||||
send_email: 1,
|
send_email: 1,
|
||||||
print_format,
|
print_format,
|
||||||
sender_full_name: frappe.user.full_name(),
|
sender_full_name: frappe.user.full_name(),
|
||||||
|
|||||||
Reference in New Issue
Block a user