diff --git a/shop/kcp/pp_cli_result.php b/shop/kcp/pp_cli_result.php index 4f56280fd..74c4a5dbb 100644 --- a/shop/kcp/pp_cli_result.php +++ b/shop/kcp/pp_cli_result.php @@ -98,7 +98,7 @@ require G5_SHOP_PATH.'/settle_kcp.inc.php'; //현금영수증 연동 스크립트 function receiptView(auth_no) { - var receiptWin = ""; + var receiptWin = ""+auth_no; window.open(receiptWin , "" , "width=360, height=647") } @@ -173,7 +173,7 @@ require G5_SHOP_PATH.'/settle_kcp.inc.php';



