Fixed: [ bug #1565 ] Customer order label for status 2 is not coherent

in french
This commit is contained in:
Laurent Destailleur 2014-11-22 00:08:06 +01:00
parent 5acdce0b9f
commit 95d7dc4841

View File

@ -229,7 +229,7 @@ if ($resql)
if ($viewstatut == 1) if ($viewstatut == 1)
$title.=' - '.$langs->trans('StatusOrderValidatedShort'); $title.=' - '.$langs->trans('StatusOrderValidatedShort');
if ($viewstatut == 2) if ($viewstatut == 2)
$title.=' - '.$langs->trans('StatusOrderOnProcessShort'); $title.=' - '.$langs->trans('StatusOrderSentShort');
if ($viewstatut == 3) if ($viewstatut == 3)
$title.=' - '.$langs->trans('StatusOrderToBillShort'); $title.=' - '.$langs->trans('StatusOrderToBillShort');
if ($viewstatut == 4) if ($viewstatut == 4)