FIX bad closing select
This commit is contained in:
parent
b5c745a573
commit
85a764afc6
@ -1207,7 +1207,7 @@ if (!empty($arrayfields['customerorsupplier']['checked'])) {
|
|||||||
print '<input type="hidden" name="type" value="'.$type.'">';
|
print '<input type="hidden" name="type" value="'.$type.'">';
|
||||||
}
|
}
|
||||||
print $formcompany->selectProspectCustomerType($search_type, 'search_type', 'search_type', 'list');
|
print $formcompany->selectProspectCustomerType($search_type, 'search_type', 'search_type', 'list');
|
||||||
print '</select></td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
// Prospect level
|
// Prospect level
|
||||||
if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {
|
if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user