summaryrefslogtreecommitdiff
path: root/lib/utils.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-20 11:53:08 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-20 11:53:08 +0900
commit01b7b192acc316b4f8969893d1d9bb6369425776 (patch)
treec885effdc80380ddabd4c52e9b24d98e8c9565e3 /lib/utils.ts
parent77cbcaf27c9de8b361a6c5a13f0eefb37fd0d0e5 (diff)
(김준회) PO 및 RFQ 관련 구매 피드백 반영
- PO매핑 오류 수정, 스키마 컬럼추가, 숫자포매팅 등 - rfq 담당자 문제 수정 등
Diffstat (limited to 'lib/utils.ts')
-rw-r--r--lib/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils.ts b/lib/utils.ts
index 98142389..8c6d2396 100644
--- a/lib/utils.ts
+++ b/lib/utils.ts
@@ -291,7 +291,7 @@ export function compareItemNumber(a?: string, b?: string) {
}
/**
- * 숫자를 3자리마다 콤마(,)로 구분하여 포맷팅합니다.
+ * 숫자를 3자리마다 콤마(,)로 구분하여 포맷팅합니다. (금액 등 자리수 구분 필요한 경우, KRW 및 JPY는 소수점 0자리, 나머지는 2자리)
*
* @param value 포맷팅할 숫자 (number, string, null, undefined 허용)
* @param decimals 소수점 자릿수 (선택, 지정하지 않으면 원본 소수점 유지)