mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[minor] added columns to pos print_template (#8978)
This commit is contained in:
committed by
Nabin Hait
parent
67ae3a7f22
commit
724cc35421
@@ -361,7 +361,8 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
|
|||||||
print_settings: this.print_settings,
|
print_settings: this.print_settings,
|
||||||
header: this.letter_head.header,
|
header: this.letter_head.header,
|
||||||
footer: this.letter_head.footer,
|
footer: this.letter_head.footer,
|
||||||
landscape: false
|
landscape: false,
|
||||||
|
columns: []
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user