mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[Fix] Added base_url, print_css in pos
This commit is contained in:
@@ -255,7 +255,8 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.print_template = frappe.render_template("print_template",
|
this.print_template = frappe.render_template("print_template",
|
||||||
{content: window.print_template, title:"POS"})
|
{content: window.print_template, title:"POS",
|
||||||
|
base_url: frappe.urllib.get_base_url(), print_css: frappe.boot.print_css})
|
||||||
},
|
},
|
||||||
|
|
||||||
setup: function(){
|
setup: function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user