commit | 724cc354212d673e14c2ae8b92cf84eaf07ab54f | [log] [tgz] |
---|---|---|
author | Makarand Bauskar <mbauskar@gmail.com> | Tue May 23 17:43:42 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 23 17:43:42 2017 +0530 |
tree | f062f606b5f53ac5fb01a096ae692ade70b6083e | |
parent | 67ae3a7f226162fde19f3d8087babf5c05a47112 [diff] |
[minor] added columns to pos print_template (#8978)
diff --git a/erpnext/accounts/page/pos/pos.js b/erpnext/accounts/page/pos/pos.js index 026cdc0..9261fa4 100644 --- a/erpnext/accounts/page/pos/pos.js +++ b/erpnext/accounts/page/pos/pos.js
@@ -361,7 +361,8 @@ print_settings: this.print_settings, header: this.letter_head.header, footer: this.letter_head.footer, - landscape: false + landscape: false, + columns: [] }) },