invoice image added

This commit is contained in:
sigitas 2015-04-14 10:21:52 +03:00
parent 3da43758c4
commit d2e22167da

View File

@ -12,9 +12,13 @@ var dd = {
content: [ content: [
{ {
columns: [ 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') text: [account.name, account.id_number, account.vat_number, account.work_email, account.work_phone].join('\n')
}, },