관리자 주문내역 쿠폰 검색 쿼리 오류 수정

This commit is contained in:
chicpro
2016-04-05 16:21:34 +09:00
parent 1dce65a971
commit 0404c20575

View File

@ -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) {