fix(WEB): 오늘의 이슈 신규업체 badge 매핑 추가

- BADGE_TO_NOTIFICATION_TYPE에 '신규업체' 변형 추가
- detailButtonLabel 임시 주석 처리

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
유병철
2026-01-28 16:02:32 +09:00
parent 381413a49c
commit 79b39a3ef6

View File

@@ -346,7 +346,7 @@ export function transformReceivableResponse(api: ReceivablesApiResponse): Receiv
},
],
checkPoints: generateReceivableCheckPoints(api),
detailButtonLabel: '미수금 상세',
//detailButtonLabel: '미수금 상세',
detailButtonPath: normalizePath('/accounting/receivables-status'),
};
}
@@ -645,6 +645,7 @@ const BADGE_TO_NOTIFICATION_TYPE: Record<string, TodayIssueNotificationType> = {
'세금 신고': 'vat_report',
'결재 요청': 'approval_request',
'신규거래처': 'new_vendor',
'신규업체': 'new_vendor', // 변형
'입금': 'deposit',
'출금': 'withdrawal',
// === 혹시 모를 변형 (안전장치) ===