#209 쿠폰기능 적용 인지수단 관련 코드 수정

This commit is contained in:
chicpro
2013-06-12 18:44:47 +09:00
parent c11548e461
commit 8187debad1
5 changed files with 83 additions and 60 deletions

View File

@ -65,8 +65,5 @@ $count = mysql_num_rows($result);
?>
<div class="btn_confirm">
<button type="button" id="od_coupon_close" class="btn_submit">닫기</button>
<?php if($count > 0) { ?>
<button type="button" id="od_coupon_cancel" class="btn_cancel">쿠폰적용취소</button>
<?php } ?>
</div>
</div>