FIX bad closing select

This commit is contained in:
Laurent Destailleur 2022-10-04 13:50:02 +02:00
parent 5e93a09f6a
commit dcf1f0bdea

View File

@ -1217,7 +1217,7 @@ if (!empty($arrayfields['customerorsupplier']['checked'])) {
print '<input type="hidden" name="type" value="'.$type.'">';
}
print $formcompany->selectProspectCustomerType($search_type, 'search_type', 'search_type', 'list');
print '</select></td>';
print '</td>';
}
// Prospect level
if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {