관리자 부분취소 8079 포맷오류 수정

This commit is contained in:
chicpro
2013-10-23 10:26:30 +09:00
parent 6aeca6bfff
commit 3ff3015685
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ $od = sql_fetch($sql);
if(!$od['od_id'])
alert_close('주문정보가 존해하지 않습니다.');
if($od['od_settle_case'] == '계좌이체' && substr($od['od_receipt_time'], 0, 10) >= G4_TIME_YMD)
if($od['od_settle_case'] == '계좌이체' && substr($od['od_receipt_time'], 0, 10) >= G5_TIME_YMD)
alert_close('실시간 계좌이체건의 부분취소 요청은 결제일 익일에 가능합니다.');
if($od['od_receipt_price'] - $od['od_refund_price'] <= 0)