diff --git a/htdocs/ticketsup/list.php b/htdocs/ticketsup/list.php index b29e6dfc5a9..31a19addac5 100644 --- a/htdocs/ticketsup/list.php +++ b/htdocs/ticketsup/list.php @@ -316,7 +316,7 @@ if ($socid && !$projectid && $user->rights->societe->lire) { // Customer code if ($socstat->client && !empty($socstat->code_client)) { print ''; - print $langs->trans('CustomerCode') . ''; + print $langs->trans('CustomerCode') . ''; print $socstat->code_client; if ($socstat->check_codeclient() != 0) { print ' (' . $langs->trans("WrongCustomerCode") . ')';