X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Finquiry%2Fwhere_used_inquiry.php;h=c792330bf314b21ed775a5f475ea20692506cd1b;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=bd9aa64d9e76e896580a8fc38deaa6194753bb0b;hpb=e000d0b3fb245b02de604356b1f60c65b5f4962f;p=fa-stable.git diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index bd9aa64d..c792330b 100644 --- a/manufacturing/inquiry/where_used_inquiry.php +++ b/manufacturing/inquiry/where_used_inquiry.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; $path_to_root="../.."; include($path_to_root . "/includes/db_pager.inc"); @@ -55,6 +64,7 @@ $table =& new_db_pager('usage_table', $sql, $cols); if (get_post('_stock_id_update')) $table->set_sql($sql); +$table->width = "80%"; display_db_pager($table); end_form();