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;