FIX #4643
This commit is contained in:
parent
18424812db
commit
deb7c407ad
@ -132,7 +132,7 @@ if ($status)
|
|||||||
if ($status == '6,7') $title.=' - '.$langs->trans("StatusOrderCanceled");
|
if ($status == '6,7') $title.=' - '.$langs->trans("StatusOrderCanceled");
|
||||||
else $title.=' - '.$langs->trans($commandestatic->statuts[$status]);
|
else $title.=' - '.$langs->trans($commandestatic->statuts[$status]);
|
||||||
}
|
}
|
||||||
if ($billed) $title.=' - '.$langs->trans("Billed");
|
if ($billed > 0) $title.=' - '.$langs->trans("Billed");
|
||||||
|
|
||||||
|
|
||||||
llxHeader('',$title);
|
llxHeader('',$title);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user