fix travis recommendations

This commit is contained in:
John Botella 2019-06-26 09:36:53 +02:00
parent 6b165d4a15
commit 4c4444a53f
2 changed files with 11 additions and 8 deletions

View File

@ -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);
} }
} }
} }
} }

View File

@ -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
* *