Merge pull request #40514 from mmdanny89/email-point-of-sale

fix: pass empty string email content of pos invoice
This commit is contained in:
Deepesh Garg
2024-03-23 14:39:58 +05:30
committed by GitHub

View File

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