From aa96f495254c7227b4bdecbf9910dfc76de1eb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Tue, 24 Feb 2026 13:16:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[price]=20=EA=B3=84=EC=82=B0=EC=84=9C+?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=EA=B4=80=EB=A6=AC=20=EC=83=81=ED=92=88=20?= =?UTF-8?q?=EC=B9=B4=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 제조 업체 탭에서 계산서+카드 관리 항목 제거 - 공사 업체 탭에서 계산서+카드 관리 항목 제거 --- price/index.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/price/index.php b/price/index.php index dca16be..9324a25 100644 --- a/price/index.php +++ b/price/index.php @@ -221,15 +221,6 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false) monthlyFee: 100000, required: false }, - { - id: 'invoice', - name: '계산서 + 카드 관리', - description: '계산서 발행 (월 100건 기준 / 초과시 추가 5만원) + 법인카드 (접대비+복리후생비+가지급금 관리)', - originalJoinFee: 10000000, - joinFee: 2500000, - monthlyFee: 100000, - required: false - }, { id: 'equipment', name: '설비 관리 (QR)', @@ -279,15 +270,6 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false) monthlyFee: 100000, required: false }, - { - id: 'invoice', - name: '계산서 + 카드 관리', - description: '계산서 발행 (월 100건 기준 / 초과시 추가 5만원) + 법인카드 (접대비+복리후생비+가지급금 관리)', - originalJoinFee: 10000000, - joinFee: 2500000, - monthlyFee: 100000, - required: false - }, { id: 'equipment', name: '장비 관리 (QR)',