diff --git a/adm/shop_admin/inorderlist.php b/adm/shop_admin/inorderlist.php index ca730cfa9..54c22983e 100644 --- a/adm/shop_admin/inorderlist.php +++ b/adm/shop_admin/inorderlist.php @@ -110,7 +110,7 @@ $colspan = 10; } // 주문금액 - $sql = " select sum(if(io_type = '1', io_price, (ct_price + io_price)) * ct_qty) as price from {$g5['g5_shop_cart_table']} where od_id = '{$row['cart_id']}' and ct_status = '쇼핑' and ct_select = '1' "; + $sql = " select sum(if(io_type = '1', io_price, (ct_price + io_price)) * ct_qty) as price from {$g5['g5_shop_cart_table']} where od_id = '{$row['cart_id']}' and ct_status = '쇼핑' "; $ct = sql_fetch($sql); $bg = 'bg'.($i%2);