From 0404c2057597c2e2c287b293c76c3b6d0ce7fcc3 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Apr 2016 16:21:34 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EB=82=B4=EC=97=AD=20=EC=BF=A0=ED=8F=B0=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EC=BF=BC=EB=A6=AC=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 63d6ce2db..93d90e579 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -71,7 +71,7 @@ if ($od_receipt_point) { } if ($od_coupon) { - $where[] = " od_coupon != 0 "; + $where[] = " ( od_cart_coupon > 0 or od_coupon > 0 or od_send_coupon > 0 ) "; } if ($od_escrow) {