Fix: Pb traduction

This commit is contained in:
Laurent Destailleur 2005-11-04 01:31:15 +00:00
parent 576ad425d2
commit aaca0ff86f

View File

@ -480,7 +480,7 @@ class FactureFournisseur
{ {
if ($statut == 0) return $langs->trans('BillShortStatusDraft'); if ($statut == 0) return $langs->trans('BillShortStatusDraft');
if ($statut == 3) return $langs->trans('BillShortStatusCanceled'); if ($statut == 3) return $langs->trans('BillShortStatusCanceled');
return $langs->trans('BillShortValidated'); return $langs->trans('BillShortStatusValidated');
} }
else else
{ {