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": {