Fixed: [ bug #1565 ] Customer order label for status 2 is not coherent
in french
This commit is contained in:
parent
5acdce0b9f
commit
95d7dc4841
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user