바로구매시 상품쿠폰 노출되지 않는 오류 수정

This commit is contained in:
whitedot
2013-06-11 17:01:09 +09:00
parent d7c82c5e43
commit 3460f00943
2 changed files with 7 additions and 2 deletions

View File

@ -915,7 +915,7 @@ $(function() {
$.post(
"./orderitemcoupon.php",
{ it_id: it_id },
{ it_id: it_id, sw_direct: "<?php echo $sw_direct; ?>" },
function(data) {
$cp_btn_el.after(data);
}