Revert "fix: pass empty string email content of pos invoice (backport #40514)"

This commit is contained in:
Nabin Hait
2024-04-11 11:43:59 +05:30
committed by GitHub
parent 5ba9fbcbdb
commit 4591ba063c

View File

@@ -264,7 +264,6 @@ 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(),