From c33bd1a277e056962d3c76254a8011e56fc6f61d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 21 Aug 2015 14:08:04 +0300 Subject: [PATCH] Fixed issue when hiding qty column --- storage/templates/bold.js | 2 +- storage/templates/modern.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/templates/bold.js b/storage/templates/bold.js index 1a956b14e5..9d313820af 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -44,7 +44,7 @@ "style": "invoiceLineItemsTable", "table": { "headerRows": 1, - "widths": ["15%", "*", "auto", "auto", "auto"], + "widths": "$$invoiceLineItemColumns", "body": "$invoiceLineItems" }, "layout": { diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 20c00d98eb..4b3d3ed714 100644 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -19,7 +19,7 @@ "style": "invoiceLineItemsTable", "table": { "headerRows": 1, - "widths": ["15%", "*", "auto", "auto", "auto"], + "widths": "$$invoiceLineItemColumns", "body": "$invoiceLineItems" }, "layout": {