X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Finquiry%2Fwhere_used_inquiry.php;h=c792330bf314b21ed775a5f475ea20692506cd1b;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=2c3f876ae8187bac5b5ad905aa398e66eff199d9;hpb=b1167086b19280eb898396e3af6470975ff74571;p=fa-stable.git diff --git a/manufacturing/inquiry/where_used_inquiry.php b/manufacturing/inquiry/where_used_inquiry.php index 2c3f876a..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,6 +61,10 @@ $sql = "SELECT $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();