diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 2cac25371..65751805d 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -68,6 +68,10 @@ if ($od_coupon) { $where[] = " od_coupon != 0 "; } +if ($od_escrow) { + $where[] = " od_escrow = 1 "; +} + if ($fr_date && $to_date) { $where[] = " od_time between '$fr_date 00:00:00' and '$to_date 23:59:59' "; } @@ -181,6 +185,8 @@ $listall = '전체목록포인트주문 > + > +
@@ -279,7 +285,9 @@ $listall = '전체목록