mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
fix
This commit is contained in:
parent
c17b8ed40f
commit
03087580ec
@ -1192,7 +1192,7 @@ function GetReportTemplate1 (invoice,checkMath)
|
|||||||
GlobalY=line1;
|
GlobalY=line1;
|
||||||
|
|
||||||
SetPdfColor('Black',doc); //set black color
|
SetPdfColor('Black',doc); //set black color
|
||||||
doc.setFontSize(7);
|
doc.setFontSize(9);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1329,7 +1329,7 @@ y2=GlobalY;
|
|||||||
|
|
||||||
|
|
||||||
SetPdfColor('Black',doc);
|
SetPdfColor('Black',doc);
|
||||||
doc.setFontSize(7);
|
doc.setFontSize(9);
|
||||||
|
|
||||||
var hasTaxes = false;
|
var hasTaxes = false;
|
||||||
for (var i=0; i<invoice.invoice_items.length; i++)
|
for (var i=0; i<invoice.invoice_items.length; i++)
|
||||||
@ -1368,7 +1368,7 @@ y2=GlobalY;
|
|||||||
}
|
}
|
||||||
doc.setFontType("normal");
|
doc.setFontType("normal");
|
||||||
|
|
||||||
doc.setFontSize(7);
|
doc.setFontSize(9);
|
||||||
|
|
||||||
/* line items */
|
/* line items */
|
||||||
|
|
||||||
@ -1379,7 +1379,7 @@ y2=GlobalY;
|
|||||||
|
|
||||||
GlobalY=GlobalY+14+10; //padding from top
|
GlobalY=GlobalY+14+10; //padding from top
|
||||||
|
|
||||||
var FontSize=7;
|
var FontSize=9;
|
||||||
doc.setFontSize(FontSize);
|
doc.setFontSize(FontSize);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user