From bbf341d42a2aea504029cefbd413273dbf9d02da Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Nov 2013 13:10:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=83=81=ED=92=88=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=96=B4=20=EB=A7=81=ED=81=AC=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=83=81=ED=92=88=EC=88=98=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 17742f1d7..5a53f991f 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -292,7 +292,7 @@ $listall = '전체목록/orderinquiryview.php?od_id=&uid=">
--> - + @@ -322,7 +322,7 @@ $listall = '전체목록 - 건 + 건 @@ -431,7 +431,7 @@ $(function(){ // 주문상품보기 $(".orderitem").on("click", function() { var $this = $(this); - var od_id = $this.text().replace(/[^0-9]/g, ""); + var od_id = $this.attr("id").replace("order-id-", ""); if($this.next().size()) return false;