From f8d3c28e687aa9dbbb2d95cb4e80c19e10bc82d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 Apr 2023 20:37:42 +0200 Subject: [PATCH] Look and feel v18 --- htdocs/commande/list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 032fd3393e2..be01453d941 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -2045,7 +2045,9 @@ if ($resql) { // Ref customer if (!empty($arrayfields['c.ref_client']['checked'])) { - print ''.$obj->ref_client.''; + print ''; + print dol_escape_htmltag($obj->ref_client); + print ''; if (!$i) { $totalarray['nbfield']++; } @@ -2350,7 +2352,7 @@ if ($resql) { // Author if (!empty($arrayfields['u.login']['checked'])) { - print ''; + print ''; if ($userstatic->id) { print $userstatic->getNomUrl(-1); } else {