diff --git a/shop/orderinquiryview.php b/shop/orderinquiryview.php index a95c0349b..a51220995 100644 --- a/shop/orderinquiryview.php +++ b/shop/orderinquiryview.php @@ -84,7 +84,6 @@ if(openwin != null) { and it_id = '{$row['it_id']}' order by io_type asc, ct_id asc "; $res = sql_query($sql); - $ct_list = array(); for($k=0; $opt=sql_fetch_array($res); $k++) { if($opt['io_type']) @@ -94,9 +93,6 @@ if(openwin != null) { $sell_price = $opt_price * $opt['ct_qty']; $point = $opt['ct_point'] * $opt['ct_qty']; - - $ct_list[$opt['ct_id']]['name'] = $opt['it_name']; - $ct_list[$opt['ct_id']]['option'] = $opt['ct_option']; ?>