mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix: pass empty string email content of pos invoice
(cherry picked from commit ee7bd98878)
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