X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=b4e0d2f5cb5401d02c601f0435aca1f6ab7a0dd3;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=353c3be6e459a0ea6a37e5bbbaa6478bb9dd03a1;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index 353c3be6..b4e0d2f5 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -225,10 +225,6 @@ $cols = array( $table =& new_db_pager('orders_tbl', $sql, $cols); $table->set_marker('check_overdue', _("Marked orders are overdue.")); -if (get_post('SearchOrders')) { - $table->set_sql($sql); - $table->set_columns($cols); -} $table->width = "90%"; start_form();