Merge pull request #9163 from frederic34/nolink
fix no link in order list
This commit is contained in:
commit
03963dfe8a
@ -3468,7 +3468,7 @@ class Commande extends CommonOrder
|
||||
$linkstart.=$linkclose.'>';
|
||||
$linkend='</a>';
|
||||
|
||||
if ($option == 'nolink') {
|
||||
if ($option === 'nolink') {
|
||||
$linkstart = '';
|
||||
$linkend = '';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user