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