Update commande.class.php

This commit is contained in:
Laurent Destailleur
2022-03-07 17:10:00 +01:00
committed by GitHub
parent 4808442bc8
commit 660aa7b282

View File

@@ -3732,7 +3732,7 @@ class Commande extends CommonOrder
$linkclose .= ' title="'.dol_escape_htmltag($label, 1).'"';
$linkclose .= ' class="classfortooltip"';
$target_value=array('_self','_blank','_parent','_top',);
$target_value=array('_self', '_blank', '_parent', '_top');
if (in_array($target, $target_value)) {
$linkclose .= ' target="'.$target.'"';
}