From c871f7c45f10fdcd4e70ca2b5021c51077459588 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 12 Jun 2014 17:41:59 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=83=81=ED=83=9C=20=EB=B3=80=EA=B2=BD=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=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/orderformcartupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/orderformcartupdate.php b/adm/shop_admin/orderformcartupdate.php index fe204c524..49f89d93c 100644 --- a/adm/shop_admin/orderformcartupdate.php +++ b/adm/shop_admin/orderformcartupdate.php @@ -145,7 +145,7 @@ for ($i=0; $i<$cnt; $i++) $cancel_change = false; if (in_array($_POST['ct_status'], $status_cancel)) { $sql = " select count(*) as od_count1, - SUM(IF(ct_status = '취소' OR ct_status = '반품' OR ct_status = '환불', 1, 0)) as od_count2 + SUM(IF(ct_status = '취소' OR ct_status = '반품' OR ct_status = '품절', 1, 0)) as od_count2 from {$g5['g5_shop_cart_table']} where od_id = '$od_id' "; $row = sql_fetch($sql);