From c16af99580c8ba29bfdd83bb6367d669d1e96f13 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 8 Aug 2016 10:07:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=99=84=EB=A3=8C=EC=A3=BC=EB=AC=B8?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/inorderlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);