diff --git a/public/js/templates/clean.js b/public/js/templates/clean.js index 6e6d166399e5..21e7a6cae8a0 100644 --- a/public/js/templates/clean.js +++ b/public/js/templates/clean.js @@ -12,9 +12,13 @@ var dd = { content: [ { columns: [ - { - text: "" - }, + [ + invoice.image? + { + image: invoice.image, + fit: [150, 80] + }:"" + ], { text: [account.name, account.id_number, account.vat_number, account.work_email, account.work_phone].join('\n') },