Update pdfmake
This commit is contained in:
parent
1b364bde4e
commit
3b825b32d4
7 changed files with 50088 additions and 116452 deletions
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,14 +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,
|
||||
};
|
||||
*/
|
||||
dd.watermark = invoice.watermark;
|
||||
}
|
||||
|
||||
pdfMake.fonts = {}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue