Fix filter
This commit is contained in:
parent
1fe90091b6
commit
5e68eee407
@ -1076,7 +1076,7 @@ if (!empty($arrayfields['country.code_iso']['checked'])) {
|
||||
if (!empty($arrayfields['typent.code']['checked'])) {
|
||||
print '<td class="liste_titre maxwidthonsmartphone center">';
|
||||
// We use showempty=0 here because there is already an unknown value into dictionary.
|
||||
print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT) ? 'ASC' : $conf->global->SOCIETE_SORT_ON_TYPEENT), 'minwidth50 maxwidth100', 1);
|
||||
print $form->selectarray("search_type_thirdparty", $formcompany->typent_array(0), $search_type_thirdparty, 1, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT) ? 'ASC' : $conf->global->SOCIETE_SORT_ON_TYPEENT), 'minwidth50 maxwidth100', 1);
|
||||
print '</td>';
|
||||
}
|
||||
// Multiprice level
|
||||
|
||||
Loading…
Reference in New Issue
Block a user