X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=348d283f356245f40452a547cebceb6fcd1f6a30;hb=6a13d7354fc0c67f3964cbf0e59ea5d1f9f1a53b;hp=cff20c0500862255abac865f001055fd85a4e12b;hpb=e000d0b3fb245b02de604356b1f60c65b5f4962f;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index cff20c05..348d283f 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; $path_to_root=".."; include($path_to_root . "/includes/db_pager.inc"); @@ -51,7 +60,7 @@ if (isset($_GET["stock_id"])) //-------------------------------------------------------------------------------------- -start_form(false, false, $_SERVER['PHP_SELF'] ."?outstanding_only=" . $outstanding_only .SID); +start_form(false, false, $_SERVER['PHP_SELF'] ."?outstanding_only=$outstanding_only"); start_table("class='tablestyle_noborder'"); start_row(); @@ -98,7 +107,7 @@ function edit_link($row) { return $row['closed'] ? ''._('Closed').'' : pager_link(_("Edit"), - "/manufacturing/work_order_entry.php?trans_no=" . $row["id"]); + "/manufacturing/work_order_entry.php?trans_no=" . $row["id"], ICON_EDIT); } function release_link($row) @@ -205,6 +214,7 @@ if (get_post('SearchOrders')) { $table->set_sql($sql); $table->set_columns($cols); } +$table->width = "90%"; start_form(); display_db_pager($table);