mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Update pdfmake
This commit is contained in:
parent
80168c275b
commit
d0ca745d4a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
50468
public/js/pdfmake.js
50468
public/js/pdfmake.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -158,13 +158,11 @@ function GetPdfMake(invoice, javascript, callback) {
|
||||
dd.pageSize = invoice.account.page_size;
|
||||
|
||||
if (invoice.watermark) {
|
||||
/*
|
||||
dd.watermark = {
|
||||
text: invoice.watermark,
|
||||
color: 'black',
|
||||
opacity: 0.04,
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
||||
pdfMake.fonts = {}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user