diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-19 16:57:14 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-19 16:57:14 +0900 |
| commit | 3284b70bacb7074d86170b38b7ec6b01e2aa6954 (patch) | |
| tree | a8e5520e2463c57c1dc3f271875de2b14bbbccb5 /lib/bidding | |
| parent | a07cad76810349096d768116d3d38ca7ad664e33 (diff) | |
(김준회) RFQ PO 생성 I/F 변경 (IF_EVCP_ECC_PO_CREATE 는 입찰 전용 PO 생성, IF_EVCP_ECC_RFQ_INFORMATION 은 RFQ PO 생성) - RFQ_INFORMATION은 MAINTAIN PO/VO, PO_INFORMATION은 PO List Management (SAP 메뉴)
Diffstat (limited to 'lib/bidding')
| -rw-r--r-- | lib/bidding/actions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bidding/actions.ts b/lib/bidding/actions.ts index 5909cd62..c4c543d9 100644 --- a/lib/bidding/actions.ts +++ b/lib/bidding/actions.ts @@ -16,7 +16,7 @@ import { biddingDocuments, users } from "@/db/schema" -import { createPurchaseOrder } from "@/lib/soap/ecc/send/create-po" +import { createPurchaseOrder } from "@/lib/soap/ecc/send/create-po-bidding" import { getCurrentSAPDate } from "@/lib/soap/utils" import { generateContractNumber } from "@/lib/general-contracts/service" import { saveFile } from "@/lib/file-stroage" |
