From 82ec50008326c861a2f82d0b7cf3f409bddb32ef Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 09:48:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=97=90=EC=84=9C=20=EB=88=84=EC=A0=81=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EA=B1=B4=EC=88=98=20=EC=B6=9C=EB=A0=A5=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=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/orderlist.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 98c386486..0b78d4985 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -199,10 +199,12 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌 $mb_nick = get_sideview($lines[$i]['mb_id'], $lines[$i]['od_name'], $lines[$i]['od_email'], ''); + $od_cnt = 0; if ($lines[$i]['mb_id']) { $sql2 = " select count(*) as cnt from {$g4['shop_order_table']} where mb_id = '{$lines[$i]['mb_id']}' "; $row2 = sql_fetch($sql2); + $od_cnt = $row2['cnt']; } ?> @@ -219,7 +221,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌 -
누적 건 +
누적