fix no link in order list
This commit is contained in:
parent
0c0c9269d5
commit
0952cf5e2b
@ -3468,7 +3468,7 @@ class Commande extends CommonOrder
|
|||||||
$linkstart.=$linkclose.'>';
|
$linkstart.=$linkclose.'>';
|
||||||
$linkend='</a>';
|
$linkend='</a>';
|
||||||
|
|
||||||
if ($option == 'nolink') {
|
if ($option === 'nolink') {
|
||||||
$linkstart = '';
|
$linkstart = '';
|
||||||
$linkend = '';
|
$linkend = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user