From dcf1f0bdeab7c079cf9051e8f8491a010d441064 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 4 Oct 2022 13:50:02 +0200 Subject: [PATCH] FIX bad closing select --- htdocs/societe/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 6c45982a929..8fbc763bd64 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1217,7 +1217,7 @@ if (!empty($arrayfields['customerorsupplier']['checked'])) { print ''; } print $formcompany->selectProspectCustomerType($search_type, 'search_type', 'search_type', 'list'); - print ''; + print ''; } // Prospect level if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {