관리자 주문상태 변경 시 주문취소 처리 코드 수정

This commit is contained in:
chicpro
2014-05-29 17:14:06 +09:00
parent 52c01d001a
commit 7f08f7a981
3 changed files with 12 additions and 7 deletions

View File

@ -254,7 +254,7 @@ if($od['od_pg'] == 'lg') {
<?php if ($od['od_mod_history']) { ?>
<section id="sodr_qty_log">
<h3>상품 수량변경 내역</h3>
<h3>주문 수량변경 및 취소처리 내역</h3>
<div>
<?php echo conv_content($od['od_mod_history'], 0); ?>
</div>