중복 처리 코드 삭제

This commit is contained in:
chicpro
2014-05-29 16:41:45 +09:00
parent 3bebcf655e
commit 52c01d001a

View File

@ -181,9 +181,6 @@ if($cancel_change) {
$sql .= " , od_status = '{$_POST['ct_status']}' ";
}
}
if (in_array($_POST['ct_status'], $status_normal) && !$cancel_change) { // 정상인 주문상태만 기록
$sql .= " , od_status = '{$_POST['ct_status']}' ";
}
$sql .= " where od_id = '$od_id' ";
sql_query($sql);