fixed error with filter form

This commit is contained in:
marcos 2020-08-07 09:19:46 +02:00
parent bb2fb0c631
commit 248c5936b6
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ echo __('Search').' '.html_print_input_text(
true
);
html_print_input_hidden('search', 1);
echo '</form>';
// Search string filter form.
if (($policy_page) || (isset($agent))) {
echo '<form id="" method="post" action="">';