summaryrefslogtreecommitdiff
path: root/lib/avl/service.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-24 17:36:08 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-24 17:36:08 +0900
commitbf2db28586569499e44b58999f2e0f33ed4cdeb5 (patch)
tree9ef9305829fdec30ec7a442f2ba0547a62dba7a9 /lib/avl/service.ts
parent1bda7f20f113737f4af32495e7ff24f6022dc283 (diff)
(김준회) 구매 요청사항 반영 - vendor-pool 및 avl detail (이진용 프로)
Diffstat (limited to 'lib/avl/service.ts')
-rw-r--r--lib/avl/service.ts10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/avl/service.ts b/lib/avl/service.ts
index 0340f52c..1f781486 100644
--- a/lib/avl/service.ts
+++ b/lib/avl/service.ts
@@ -438,14 +438,8 @@ export async function handleAvlAction(
): Promise<ActionResult> {
try {
switch (action) {
- case "new-registration":
- return { success: true, message: "신규 AVL 등록 모드" };
-
- case "standard-registration":
- return { success: true, message: "표준 AVL 등재 모드" };
-
- case "project-registration":
- return { success: true, message: "프로젝트 AVL 등재 모드" };
+ case "avl-registration":
+ return { success: true, message: "AVL 등록 패널을 활성화했습니다." };
case "bulk-import":
if (!data?.file) {