Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
관리자 주문내역 쿠폰 검색 쿼리 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Apr 20, 2016
1 parent fee019e commit 59d3bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/shop_admin/orderlist.php
Expand Up @@ -71,7 +71,7 @@
}

if ($od_coupon) {
$where[] = " od_coupon != 0 ";
$where[] = " ( od_cart_coupon > 0 or od_coupon > 0 or od_send_coupon > 0 ) ";
}

if ($od_escrow) {
Expand Down

0 comments on commit 59d3bb7

Please sign in to comment.