fix: pass empty string email content of pos invoice

(cherry picked from commit ee7bd98878)
This commit is contained in:
Danny
2024-03-18 10:47:42 -04:00
committed by Mergify
parent bfa316ad09
commit 7a9291b3d1

View File

@@ -264,6 +264,7 @@ erpnext.PointOfSale.PastOrderSummary = class {
content: content ? content : __(frm.meta.name) + ": " + doc.name,
doctype: doc.doctype,
name: doc.name,
content: "",
send_email: 1,
print_format,
sender_full_name: frappe.user.full_name(),