X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fview_print_transaction.php;h=94c22416102df6f35e29af92c87de8d7991bce1c;hb=2383d33373d6ddec06906658a0ed6398077c1147;hp=d6d8ca3b1c42fc3109ed650c4211d3bb2cdb462b;hpb=eb5b2d3ee7cc0fca5ec63dfada65ecf23b693e85;p=fa-stable.git diff --git a/admin/view_print_transaction.php b/admin/view_print_transaction.php index d6d8ca3b..94c22416 100644 --- a/admin/view_print_transaction.php +++ b/admin/view_print_transaction.php @@ -82,8 +82,6 @@ function check_valid_entries() display_error(_("The ending transaction number is expected to be numeric and greater than zero.")); return false; } - if (!isset($_POST['filterType']) || $_POST['filterType'] == "") - return false; return true; } @@ -139,7 +137,7 @@ function handle_search() } $table =& new_db_pager('transactions', $sql, $cols); - if (list_updated('filterType')) { + if (list_updated('filterType') || get_post('ProcessSearch')) { $table->set_sql($sql); $table->set_columns($cols); }