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:
Deepesh Garg
2024-04-10 21:36:57 +05:30
committed by GitHub

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(),