X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Finquiry%2Fpo_search_completed.php;h=aa2f269a06d5e136a3dfb7c8fcb46fc46c8589d9;hb=262bd1ad81de77261f55c4eff87dc1c7fa6e7bfe;hp=f13c95fdf3d920bebb57cec6cf27a4ba1ae3c14a;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/purchasing/inquiry/po_search_completed.php b/purchasing/inquiry/po_search_completed.php index f13c95fd..aa2f269a 100644 --- a/purchasing/inquiry/po_search_completed.php +++ b/purchasing/inquiry/po_search_completed.php @@ -170,10 +170,6 @@ if (get_post('StockLocation') != $all_items) { $table =& new_db_pager('orders_tbl', $sql, $cols); -if (get_post('SearchOrders')) { - $table->set_sql($sql); - $table->set_columns($cols); -} $table->width = "80%"; start_form();