summaryrefslogtreecommitdiff
path: root/lib/bidding/pre-quote/service.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-11-27 03:08:50 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-11-27 03:08:50 +0000
commit79cfa7ea8f21ae227dbb2843ae536fe876ba7c55 (patch)
treef12efae72c62286c1a2e9a3f31d695ca22d83b6e /lib/bidding/pre-quote/service.ts
parente1da84ac863989b9f63b089c09aaa2bbcdc3d6cd (diff)
(최겸) 구매 입찰 수정
Diffstat (limited to 'lib/bidding/pre-quote/service.ts')
-rw-r--r--lib/bidding/pre-quote/service.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bidding/pre-quote/service.ts b/lib/bidding/pre-quote/service.ts
index 81daf506..1dd06b3c 100644
--- a/lib/bidding/pre-quote/service.ts
+++ b/lib/bidding/pre-quote/service.ts
@@ -1496,8 +1496,9 @@ export async function sendBiddingBasicContracts(
template: "contract-sign-request",
context: {
vendorName: vendor.vendorName,
+ templateCount: contractTypes.length,
templateName: contractTypes.map(ct => ct.templateName).join(', '),
- loginUrl: `${process.env.NEXT_PUBLIC_APP_URL}/partners/basic-contract`,
+ loginUrl: `${process.env.NEXT_PUBLIC_BASE_URL}/partners/basic-contract`,
language:'ko'
},
});