From 7e5b11789b703107a3ce0c1acaeac175f4e3a20f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 Jul 2024 01:54:00 +0200 Subject: [PATCH] FIX look and feel : center zip field in contract list (#30247) --- htdocs/contrat/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/list.php b/htdocs/contrat/list.php index 10d5c288a3b05..b43e84cdd3090 100644 --- a/htdocs/contrat/list.php +++ b/htdocs/contrat/list.php @@ -1203,7 +1203,7 @@ } // Zip if (!empty($arrayfields['s.zip']['checked'])) { - print ''; + print ''; print $obj->zip; print ''; if (!$i) {