#252 취소요청 관리의 편의성을 위해 요청 상세정보를 주문상세에 노출하도록 수정
This commit is contained in:
@ -63,8 +63,6 @@ $sql = " select ct_id, it_id, it_name, ct_option, ct_price, ct_qty, io_type, io_
|
||||
where uq_id = '{$od['uq_id']}'
|
||||
order by ct_id ";
|
||||
$result = sql_query($sql);
|
||||
|
||||
$qstr2 = $qstr.'&rq_type='.$rq_type.'&save_stx='.$stx;
|
||||
?>
|
||||
|
||||
<section>
|
||||
@ -231,9 +229,7 @@ $qstr2 = $qstr.'&rq_type='.$rq_type.'&save_stx='.$stx;
|
||||
</table>
|
||||
<div>
|
||||
<button type="submit" id="request_submit">확인</button>
|
||||
<?php if($disp_list) { ?>
|
||||
<a href="./orderrequestlist.php?<?php echo $qstr2; ?>">목록</a>
|
||||
<?php } ?>
|
||||
<a href="./orderrequestlist.php?<?php echo $rq_qstr; ?>">목록</a>
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user