diff --git a/storage/templates/bold.js b/storage/templates/bold.js index 93d716abd65c..69e9d55ddfab 100644 --- a/storage/templates/bold.js +++ b/storage/templates/bold.js @@ -51,12 +51,6 @@ "paddingBottom": "$amount:14" } }, - { - "stack": [ - "$invoiceDocuments" - ], - "style": "invoiceDocuments" - }, { "columns": [ { @@ -78,7 +72,13 @@ "paddingBottom": "$amount:4" } }] - } + }, + { + "stack": [ + "$invoiceDocuments" + ], + "style": "invoiceDocuments" + } ], "footer": [ diff --git a/storage/templates/clean.js b/storage/templates/clean.js index 153095bfc0ad..a154bb0f95dc 100644 --- a/storage/templates/clean.js +++ b/storage/templates/clean.js @@ -69,12 +69,6 @@ "paddingBottom": "$amount:14" } }, - { - "stack": [ - "$invoiceDocuments" - ], - "style": "invoiceDocuments" - }, { "columns": [ "$notesAndTerms", @@ -93,6 +87,12 @@ } } ] + }, + { + "stack": [ + "$invoiceDocuments" + ], + "style": "invoiceDocuments" } ], "defaultStyle": { diff --git a/storage/templates/plain.js b/storage/templates/plain.js index b64dc87e6623..916ace88189f 100644 --- a/storage/templates/plain.js +++ b/storage/templates/plain.js @@ -56,12 +56,6 @@ "paddingTop": "$amount:8", "paddingBottom": "$amount:8" } - }, - { - "stack": [ - "$invoiceDocuments" - ], - "style": "invoiceDocuments" }, { "columns": [ @@ -83,6 +77,12 @@ } } ] + }, + { + "stack": [ + "$invoiceDocuments" + ], + "style": "invoiceDocuments" } ], "footer": {