#252 취소요청 관리의 편의성을 위해 요청 상세정보를 주문상세에 노출하도록 수정

This commit is contained in:
chicpro
2013-07-15 17:06:33 +09:00
parent 9bd9976c61
commit 09438a26fd
5 changed files with 7 additions and 44 deletions

View File

@ -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.'&amp;rq_type='.$rq_type.'&amp;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>