Fix: Removed useless strtolower

This commit is contained in:
Laurent Destailleur 2014-03-31 02:25:35 +02:00
parent ed49f88446
commit 1fad693867

View File

@ -988,7 +988,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
else
{
$pdf->SetTextColor(255,0,0);
$pdf->MultiCell(100, 3, strtolower($outputlangs->transnoentities("OrderToProcess")), '', 'R');
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("OrderToProcess"), '', 'R');
}
$posy+=2;