테스트 삭제
This commit is contained in:
parent
0bb4c29f6d
commit
1a9197de86
@ -549,8 +549,6 @@ function gfn_getDetail(masterId) {
|
||||
|
||||
function gfn_rentItem(masterId) {
|
||||
|
||||
alert("대출 " + masterId);
|
||||
|
||||
if(fn_isEmpty(masterId)) {
|
||||
alert("자료ID 정보가 없습니다.");
|
||||
return;
|
||||
@ -576,10 +574,6 @@ function gfn_rentItem(masterId) {
|
||||
|
||||
function gfn_reserveReadItem(masterId) {
|
||||
|
||||
|
||||
alert("열람 " + masterId);
|
||||
|
||||
|
||||
if(fn_isEmpty(masterId)) {
|
||||
alert("자료ID 정보가 없습니다.");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user