X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Finquiry%2Fwhere_used_inquiry.php;h=bd9aa64d9e76e896580a8fc38deaa6194753bb0b;hb=16ba695b81cd7283faa18372a74670415b562eb5;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..bd9aa64d 100644 --- a/manufacturing/inquiry/where_used_inquiry.php +++ b/manufacturing/inquiry/where_used_inquiry.php @@ -52,11 +52,8 @@ $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'); -} display_db_pager($table);