mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
fix: fetch email id from dialog box in pos past order summary' (#25808)
This commit is contained in:
@@ -241,7 +241,7 @@ erpnext.PointOfSale.PastOrderSummary = class {
|
|||||||
|
|
||||||
send_email() {
|
send_email() {
|
||||||
const frm = this.events.get_frm();
|
const frm = this.events.get_frm();
|
||||||
const recipients = this.email_dialog.get_values().recipients;
|
const recipients = this.email_dialog.get_values().email_id;
|
||||||
const doc = this.doc || frm.doc;
|
const doc = this.doc || frm.doc;
|
||||||
const print_format = frm.pos_print_format;
|
const print_format = frm.pos_print_format;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user