Skip to content

Commit

Permalink
fix: pass empty string email content of pos invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdanny89 committed Mar 18, 2024
1 parent c4c0510 commit ee7bd98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit ee7bd98

Please sign in to comment.