mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
report fixes
This commit is contained in:
parent
03031710d7
commit
31452a37e8
@ -1224,6 +1224,13 @@ y2=GlobalY;
|
|||||||
doc.text(AmountX, x, AmountText);
|
doc.text(AmountX, x, AmountText);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if (terms )
|
||||||
|
{
|
||||||
|
|
||||||
GlobalY=GlobalY+100;
|
GlobalY=GlobalY+100;
|
||||||
|
|
||||||
length=doc.splitTextToSize( terms, 200).length;
|
length=doc.splitTextToSize( terms, 200).length;
|
||||||
@ -1241,6 +1248,9 @@ y2=GlobalY;
|
|||||||
doc.text(40, GlobalY, terms);
|
doc.text(40, GlobalY, terms);
|
||||||
GlobalY=GlobalY+h;
|
GlobalY=GlobalY+h;
|
||||||
|
|
||||||
|
}
|
||||||
|
if (public_notes )
|
||||||
|
{
|
||||||
|
|
||||||
//GlobalY=GlobalY+100;
|
//GlobalY=GlobalY+100;
|
||||||
length=doc.splitTextToSize( public_notes, 200).length;
|
length=doc.splitTextToSize( public_notes, 200).length;
|
||||||
@ -1258,7 +1268,7 @@ y2=GlobalY;
|
|||||||
GlobalY=GlobalY+h;
|
GlobalY=GlobalY+h;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
return doc;
|
return doc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user