From 8c23fe676435f1f963bf6dc56f0249d34aaafc5a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Apr 2018 14:49:21 +0200 Subject: [PATCH] Fix td --- htdocs/ticketsup/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") . ')';