mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Update commande.class.php
This commit is contained in:
committed by
GitHub
parent
4808442bc8
commit
660aa7b282
@@ -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.'"';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user