관리자 주문내역 쿠폰 검색 쿼리 오류 수정
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user