mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 23:14:38 -04:00
Fix alignment of logo in footer
This commit is contained in:
parent
b5fdf8568c
commit
f6c23ead60
@ -31140,7 +31140,7 @@ function GetPdfMake(invoice, javascript, callback) {
|
|||||||
if (columns[0].hasOwnProperty('stack')) {
|
if (columns[0].hasOwnProperty('stack')) {
|
||||||
columns[0].stack.push({image: logoImages.imageLogo3, alignment: 'left', width: 130, margin: [40, 6, 0, 0]});
|
columns[0].stack.push({image: logoImages.imageLogo3, alignment: 'left', width: 130, margin: [40, 6, 0, 0]});
|
||||||
} else {
|
} else {
|
||||||
columns.push({image: logoImages.imageLogo1, alignment: 'right', width: 130, margin: [0, -20, 20, 0]})
|
columns.push({image: logoImages.imageLogo1, alignment: 'right', width: 130, margin: [0, -40, 20, 0]})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -100,7 +100,7 @@ function GetPdfMake(invoice, javascript, callback) {
|
|||||||
if (columns[0].hasOwnProperty('stack')) {
|
if (columns[0].hasOwnProperty('stack')) {
|
||||||
columns[0].stack.push({image: logoImages.imageLogo3, alignment: 'left', width: 130, margin: [40, 6, 0, 0]});
|
columns[0].stack.push({image: logoImages.imageLogo3, alignment: 'left', width: 130, margin: [40, 6, 0, 0]});
|
||||||
} else {
|
} else {
|
||||||
columns.push({image: logoImages.imageLogo1, alignment: 'right', width: 130, margin: [0, -20, 20, 0]})
|
columns.push({image: logoImages.imageLogo1, alignment: 'right', width: 130, margin: [0, -40, 20, 0]})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user