결제금액이 있을 때만 주문정보에 환불금액 기록하도록 수정
This commit is contained in:
@ -109,7 +109,7 @@ $qstr2 = $qstr.'&rq_type='.$rq_type.'&save_stx='.$stx;
|
||||
<td>
|
||||
<select name="rq_status" id="rq_status">
|
||||
<option value="0"<?php echo get_selected($rq['rq_status'], '0'); ?>>선택</option>
|
||||
<option value="1"<?php echo get_selected($rq['rq_status'], '1'); ?>><?php $type; ?>요청 처리완료</option>
|
||||
<option value="1"<?php echo get_selected($rq['rq_status'], '1'); ?>><?php echo $type; ?>요청 처리완료</option>
|
||||
<option value="99"<?php echo get_selected($rq['rq_status'], '99'); ?>>고객취소</option>
|
||||
<option value="100"<?php echo get_selected($rq['rq_status'], '100'); ?>>처리불가</option>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user