mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
Revert "fix: pass empty string email content of pos invoice (backport #40514)"
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user