diff --git a/BO/Views/croom/payview.cshtml b/BO/Views/croom/payview.cshtml index 5318019..048d6ec 100644 --- a/BO/Views/croom/payview.cshtml +++ b/BO/Views/croom/payview.cshtml @@ -613,8 +613,13 @@ } function gotax(payno) { - opener.gotaxdetail(payno); - self.close(); + if (opener.location.href.indexOf("croom/pay") > -1) { + opener.gotaxdetail(payno); + self.close(); + } + else { + msg("해당 기능은 교육운영/결제내역에서 처리가능합니다.") + } } function viewlect(a, ustatus, lectno, fileno, fileurl, orgname, status,pstatus,rstatus, datas) { diff --git a/BO/Views/user/ur.cshtml b/BO/Views/user/ur.cshtml index 00858ff..2ac5d1d 100644 --- a/BO/Views/user/ur.cshtml +++ b/BO/Views/user/ur.cshtml @@ -239,6 +239,9 @@ +