fix: pass empty string email content of pos invoice

This commit is contained in:
Danny
2024-03-18 10:47:42 -04:00
committed by GitHub
parent c4c0510a1b
commit ee7bd98878

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