diff --git a/WebContent/ui/cfs/input/IP002M01.xml b/WebContent/ui/cfs/input/IP002M01.xml
index 1c81c75..ad73ea7 100644
--- a/WebContent/ui/cfs/input/IP002M01.xml
+++ b/WebContent/ui/cfs/input/IP002M01.xml
@@ -1142,50 +1142,7 @@
}
};
- scwin.btn_modifyTicket_onclick = function(e) {
- // 정액권수정 버튼
- if (scwin.data!=null) {
- if (scwin.data.incomeAdjustYn == '1') {
- com.alert('수입금 정산완료된 정보입니다.
정액권수정 작업을 할 수 없습니다.');
- return;
- }
-
- // AS-IS 소스 ///////////////////////////////////////////////////////
- // if gs_admin_yn <> '1' then //
- // messagebox('확인', '시스템관리자만 사용할 수 있습니다.') //
- // return //
- // end if //
- // //////////////////////////////////////////////////////////////////
- var param = {
- fareOfficeId : scwin.data.fareOfficeId
- , fareOfficeNm : scwin.data.fareOfficeNm
- , workerId : scwin.data.workerId
- , workerNm : scwin.data.workerNm
- , boothId : scwin.data.boothId
- , boothNm : scwin.data.boothNm
- , workDate : scwin.data.workDate
- , workSttTime : scwin.data.workSttTime
- , workEndTime : scwin.data.workEndTime
- , otherSeqNo : scwin.data.otherSeqNo
- , inOutKbn : scwin.data.inOutKbn
- , year : scwin.data.year
- , month : scwin.data.month
- , day : scwin.data.day
- };
-
- var options = {
- id : "WorkerFareModifyTicketPopup",
- popupName : "정액권판매 입력/수정/삭제",
- modal : true,
- resizable : false,
- width : 900, height: 400 };
-
- com.openPopup(com.getFullPath("/ui/cfs/input/IP002P05.xml"), options, {data:param , callbackFn:"scwin.findWorkerFareRfSelect" });
-
- } else {
- com.alert('정산대상자를 선택하세요');
- }
- };
+
scwin.btn_overfare_onclick = function(e) {
// 과오납 버튼 ★★ 과오납등록/수정/삭제 메뉴의 과오납처리 버튼과 동일한 팝업을 사용함. ★★
diff --git a/WebContent/ui/cfs/input/IP002P05.xml b/WebContent/ui/cfs/input/IP002P05.xml
deleted file mode 100644
index f1338be..0000000
--- a/WebContent/ui/cfs/input/IP002P05.xml
+++ /dev/null
@@ -1,956 +0,0 @@
-
-
-