fix travis recommendations
This commit is contained in:
parent
6b165d4a15
commit
4c4444a53f
@ -1389,7 +1389,6 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
$pdf->MultiCell($largcol2, $tab2_hl, price($retainedWarranty), $useborder, 'R', 1);
|
$pdf->MultiCell($largcol2, $tab2_hl, price($retainedWarranty), $useborder, 'R', 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1349,7 +1349,6 @@ class pdf_sponge extends ModelePDFFactures
|
|||||||
|
|
||||||
$tab2_top = $posy;
|
$tab2_top = $posy;
|
||||||
$index=0;
|
$index=0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$tab2_top += 3;
|
$tab2_top += 3;
|
||||||
@ -1739,6 +1738,11 @@ class pdf_sponge extends ModelePDFFactures
|
|||||||
return ($tab2_top + ($tab2_hl * $index));
|
return ($tab2_top + ($tab2_hl * $index));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function liste_modeles($db, $maxfilenamelength = 0)
|
||||||
|
{
|
||||||
|
return parent::liste_modeles($db, $maxfilenamelength); // TODO: Change the autogenerated stub
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Show table for lines
|
* Show table for lines
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user