From f723621df86d497534c2c789306664ea1e72349b Mon Sep 17 00:00:00 2001 From: Dustin Dauncey Date: Sat, 29 Oct 2016 00:27:30 -0700 Subject: [PATCH] Updated modern.js invoice template to fix width issues (#1128) Updated modern.js invoice template to fix width issues. This is related to PR #1104. This time it should be put against the correct branch. --- storage/templates/modern.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/templates/modern.js b/storage/templates/modern.js index a4043413a2eb..f65eeebd336a 100755 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -58,7 +58,7 @@ "type": "rect", "x": 0, "y": 0, - "w": 515, + "w": 532, "h": 26, "r": 0, "lineWidth": 1, @@ -260,4 +260,4 @@ } }, "pageMargins": [40, 120, 40, 50] -} \ No newline at end of file +}