X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Finquiry%2Fwhere_used_inquiry.php;h=c792330bf314b21ed775a5f475ea20692506cd1b;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=0de4de7e2cd2ed2597056a1e39b16aec051faac5;hpb=827b3428d4c8c473cb637ac9df6621f4a0ba6f9a;p=fa-stable.git diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index 0de4de7e..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"); @@ -52,12 +61,10 @@ $sql = "SELECT $table =& new_db_pager('usage_table', $sql, $cols); -if (list_updated('stock_id')) { +if (get_post('_stock_id_update')) $table->set_sql($sql); - $table->set_columns($cols); - $Ajax->activate('usage_table'); -} +$table->width = "80%"; display_db_pager($table); end_form();