관리자 주문상세에서 개인결제 추가하기 오류 수정

This commit is contained in:
chicpro
2013-11-21 18:18:28 +09:00
parent b166d5860f
commit f0f44707f3
2 changed files with 7 additions and 2 deletions

View File

@ -860,7 +860,7 @@ $(function() {
// 개인결제추가
$("#personalpay_add").on("click", function() {
var href = this.href;
window.open(href, "personalpaywin", "left=100, top=100, width=700, height=650, scrollbars=yes");
window.open(href, "personalpaywin", "left=100, top=100, width=700, height=560, scrollbars=yes");
return false;
});