[minor] added columns to pos print_template (#8978)

This commit is contained in:
Makarand Bauskar 2017-05-23 17:43:42 +05:30 committed by Nabin Hait
parent 67ae3a7f22
commit 724cc35421

View File

@ -361,7 +361,8 @@ erpnext.pos.PointOfSale = erpnext.taxes_and_totals.extend({
print_settings: this.print_settings,
header: this.letter_head.header,
footer: this.letter_head.footer,
landscape: false
landscape: false,
columns: []
})
},