mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: pos print receipt (#25328)
This commit is contained in:
@@ -204,11 +204,11 @@ erpnext.PointOfSale.PastOrderSummary = class {
|
|||||||
print_receipt() {
|
print_receipt() {
|
||||||
const frm = this.events.get_frm();
|
const frm = this.events.get_frm();
|
||||||
frappe.utils.print(
|
frappe.utils.print(
|
||||||
frm.doctype,
|
this.doc.doctype,
|
||||||
frm.docname,
|
this.doc.name,
|
||||||
frm.pos_print_format,
|
frm.pos_print_format,
|
||||||
frm.doc.letter_head,
|
this.doc.letter_head,
|
||||||
frm.doc.language || frappe.boot.lang
|
this.doc.language || frappe.boot.lang
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user