diff --git a/storage/templates/bold.js b/storage/templates/bold.js index bc4e4d987ff8..b73b6e18ab62 100755 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -248,7 +248,7 @@ "bold": true, "margin": [0, 0, 0, 4] }, - "header": { + "fullheader": { "font": "$headerFont", "fontSize": "$fontSizeLargest", "bold": true @@ -269,4 +269,4 @@ } }, "pageMargins": [0, 80, 0, 40] - } \ No newline at end of file + } diff --git a/storage/templates/business.js b/storage/templates/business.js index ed9d6346023f..d903f526a35e 100755 --- a/storage/templates/business.js +++ b/storage/templates/business.js @@ -234,7 +234,7 @@ "bold": true, "margin": [0, 0, 0, 4] }, - "header": { + "fullheader": { "fontSize": "$fontSizeLargest", "bold": true }, diff --git a/storage/templates/clean.js b/storage/templates/clean.js index 40942c33c383..22fff1ffa945 100755 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -194,7 +194,7 @@ "termsLabel": { "bold": true }, - "header": { + "fullheader": { "font": "$headerFont", "fontSize": "$fontSizeLargest", "bold": true diff --git a/storage/templates/creative.js b/storage/templates/creative.js index 3a090f0b002f..76413ea6416e 100755 --- a/storage/templates/creative.js +++ b/storage/templates/creative.js @@ -205,7 +205,7 @@ "bold": true, "margin": [0, 0, 0, 4] }, - "header": { + "fullheader": { "fontSize": "$fontSizeLargest", "bold": true }, diff --git a/storage/templates/elegant.js b/storage/templates/elegant.js index 01d1f46f0550..7c2ae0035173 100755 --- a/storage/templates/elegant.js +++ b/storage/templates/elegant.js @@ -152,6 +152,11 @@ "color": "$primaryColor:#5a7b61", "bold": true }, + "fullheader": { + "font": "$headerFont", + "fontSize": "$fontSizeLargest", + "bold": true + }, "header": { "fontSize": 14, "bold": true diff --git a/storage/templates/hipster.js b/storage/templates/hipster.js index 6ad536cf5ce6..7cb9ffcdbd70 100755 --- a/storage/templates/hipster.js +++ b/storage/templates/hipster.js @@ -202,7 +202,7 @@ "bold": true, "margin": [0, 16, 0, 4] }, - "header": { + "fullheader": { "fontSize": "$fontSizeLargest", "bold": true }, diff --git a/storage/templates/modern.js b/storage/templates/modern.js index 548dab0276b8..1e7a4f665bdd 100755 --- a/storage/templates/modern.js +++ b/storage/templates/modern.js @@ -239,7 +239,7 @@ "invoiceNumber": { "bold": true }, - "header": { + "fullheader": { "font": "$headerFont", "fontSize": "$fontSizeLargest", "bold": true diff --git a/storage/templates/photo.js b/storage/templates/photo.js index e441f5afafee..fbb8b519bf88 100755 --- a/storage/templates/photo.js +++ b/storage/templates/photo.js @@ -168,7 +168,7 @@ "bold": true, "margin": [0, 0, 0, 4] }, - "header": { + "fullheader": { "fontSize": "$fontSizeLargest", "bold": true }, diff --git a/storage/templates/plain.js b/storage/templates/plain.js index f41add7f69cd..3477f6c6b79d 100755 --- a/storage/templates/plain.js +++ b/storage/templates/plain.js @@ -163,7 +163,7 @@ "subtotalsBalanceDue": { "fillColor": "#e6e6e6" }, - "header": { + "fullheader": { "font": "$headerFont", "fontSize": "$fontSizeLargest", "bold": true diff --git a/storage/templates/playful.js b/storage/templates/playful.js index f45911f44ed5..1f5a5a490986 100755 --- a/storage/templates/playful.js +++ b/storage/templates/playful.js @@ -256,7 +256,7 @@ "bold": true, "margin": [0, 0, 0, 4] }, - "header": { + "fullheader": { "fontSize": "$fontSizeLargest", "bold": true },