fix: fetch email id from dialog box in pos past order summary' (#25808)
This commit is contained in:
parent
073dcf7e42
commit
507a211c81
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user