1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Update pdfmake

This commit is contained in:
Hillel Coren 2018-03-09 16:06:12 +02:00
parent 80168c275b
commit d0ca745d4a
7 changed files with 50110 additions and 116473 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,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