Merge pull request #9163 from frederic34/nolink

fix no link in order list
This commit is contained in:
Juanjo Menent 2018-08-02 11:02:39 +02:00 committed by GitHub
commit 03963dfe8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = '';
} }