1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Update pdfmake

This commit is contained in:
Hillel Coren 2018-03-09 16:04:02 +02:00
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

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

View File

@ -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