diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 40c8191043a..b73235d9f9f 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -940,8 +940,8 @@ while ($i < min($num, $limit)) { // Ref customer if (!empty($arrayfields['e.ref_customer']['checked'])) { - print ""; - print $obj->ref_customer; + print ''; + print dol_escape_htmltag($obj->ref_customer); print "\n"; if (!$i) { $totalarray['nbfield']++;