X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fsearch_work_orders.php;h=921783db20f25f2988a5dcf8c71d9ee1975cd7d0;hb=2d1dd90519889016d984813c98ad44a7e5d58325;hp=94100133d0521844a53f6102310ebdc7872ea2cb;hpb=b956923926de6b7eecf57510cf86857354cac1b3;p=fa-stable.git diff --git a/manufacturing/search_work_orders.php b/manufacturing/search_work_orders.php index 94100133..921783db 100644 --- a/manufacturing/search_work_orders.php +++ b/manufacturing/search_work_orders.php @@ -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);