mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:27:16 -04:00
invoice image added
This commit is contained in:
parent
3da43758c4
commit
d2e22167da
@ -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')
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user