주문관리 상태 변경 수정중

This commit is contained in:
gnuboard
2013-10-17 15:58:15 +09:00
parent 9378e00b16
commit 7f35e7acea
3 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,7 @@ if ($search != "") {
}
}
$sql_search .= " $where od_status = '배송' ";
$sql_search .= " $where od_status in ('준비', '배송') ";
if ($sel_ca_id != "") {
$sql_search .= " $where ca_id like '$sel_ca_id%' ";