From 05aa93b4c6ed716cfa60ec82fa0d5eb17be6aabe Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 7 Nov 2013 10:13:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EC=8A=A4=ED=81=AC=EB=A1=9C=20?= =?UTF-8?q?=EC=A3=BC=EB=AC=B8=20=ED=91=9C=EC=8B=9C=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20=EC=A4=80=EB=B9=84=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 = '전체목록