From ff0a37f1d8a8a80b940ebf2ee5e66ac3b5af3ba5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 26 Aug 2015 23:02:46 +0300 Subject: [PATCH] Fixed problem with bold and modern designs --- 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 9d313820af89..1001ff708a8f 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -44,7 +44,7 @@ "style": "invoiceLineItemsTable", "table": { "headerRows": 1, - "widths": "$$invoiceLineItemColumns", + "widths": "$invoiceLineItemColumns", "body": "$invoiceLineItems" }, "layout": { diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 4b3d3ed714f5..4a95e5af5f97 100644 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -19,7 +19,7 @@ "style": "invoiceLineItemsTable", "table": { "headerRows": 1, - "widths": "$$invoiceLineItemColumns", + "widths": "$invoiceLineItemColumns", "body": "$invoiceLineItems" }, "layout": {