From 28b203b1006033f3acb7408a7b444fbf29b5bc64 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 19 Jun 2017 22:20:56 +0300 Subject: [PATCH] Add missing style to hipster design --- storage/templates/hipster.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/templates/hipster.js b/storage/templates/hipster.js index bf73f7ed48..6ad536cf5c 100755 --- a/storage/templates/hipster.js +++ b/storage/templates/hipster.js @@ -74,6 +74,7 @@ }, { "margin": [0, 26, 0, 0], + "style": "invoiceLineItemsTable", "table": { "headerRows": 1, "widths": "$invoiceLineItemColumns", @@ -214,4 +215,4 @@ } }, "pageMargins": [40, 40, 40, 40] -} \ No newline at end of file +}