summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-01 19:54:27 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-01 19:54:27 +0900
commit4b5880064e2362baf85c91f33b2b44baecea3a7f (patch)
tree24b48163ecbf205023fcd565b0476a30e3079a9f /lib/rfq-last/vendor-response
parent44b74ff4170090673b6eeacd8c528e0abf47b7aa (diff)
parentcd0ce0cbe8af8719a6f542098ec78f2a5c1222ce (diff)
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
Diffstat (limited to 'lib/rfq-last/vendor-response')
-rw-r--r--lib/rfq-last/vendor-response/editor/quotation-items-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
index 281316eb..f8f11327 100644
--- a/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
+++ b/lib/rfq-last/vendor-response/editor/quotation-items-table.tsx
@@ -741,7 +741,7 @@ export default function QuotationItemsTable({ prItems, decimalPlaces = 2 }: Quot
<span className="font-mono text-sm font-medium">{prItem?.materialCode || "-"}</span>
{prItem?.acc && (
<span className="text-xs text-muted-foreground font-mono">
- ACC: {prItem.acc}
+ {prItem.acc}
</span>
)}
</div>