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

This commit is contained in:
chicpro
2013-06-11 17:05:45 +09:00
parent 3460f00943
commit 945ea8f4ef

View File

@ -707,7 +707,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);
}