X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=cff20c0500862255abac865f001055fd85a4e12b;hb=e000d0b3fb245b02de604356b1f60c65b5f4962f;hp=70f297887a044f7766ff6ec9cdae5b5017221cb8;hpb=06b2ced510cc44239e267d50b7007d98f686da55;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index 70f29788..cff20c05 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -201,6 +201,10 @@ $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); +} start_form(); display_db_pager($table);