X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=15b466ce12131f7929430dc130e355e3576c2a30;hb=a5242af68e65661edb7175412444dce536a7f311;hp=94100133d0521844a53f6102310ebdc7872ea2cb;hpb=b956923926de6b7eecf57510cf86857354cac1b3;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index 94100133..15b466ce 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; @@ -214,6 +214,7 @@ if (get_post('SearchOrders')) { $table->set_sql($sql); $table->set_columns($cols); } +$table->width = "90%"; start_form(); display_db_pager($table);