1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

report 3-3

This commit is contained in:
alltheworld 2014-02-27 09:06:19 +02:00
parent 7fc457883c
commit 63af559221

View File

@ -2215,7 +2215,7 @@ function GetReportTemplate3 (invoice,checkMath)
length=doc.splitTextToSize(item.notes, 200).length;
var h=length*FontSize;
MaxGlobalY=750;
MaxGlobalY=730;
if (h+GlobalY > MaxGlobalY) {
tableTop = 40;
@ -2412,12 +2412,6 @@ function SetPdfColor(color,doc)
function Report1AddFooter (doc)
{
}
function Report2AddFooter (invoice,doc)
{
@ -2464,8 +2458,6 @@ function Report3AddFooter (invoice,doc)
{
doc.setLineWidth(0.5);
// doc.setDrawColor(41,37,37);
// doc.setFillColor(41,37,37);
doc.setDrawColor(242,101,34);
doc.setFillColor(242,101,34);