diff options
Diffstat (limited to 'lib/techsales-rfq/repository.ts')
| -rw-r--r-- | lib/techsales-rfq/repository.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/techsales-rfq/repository.ts b/lib/techsales-rfq/repository.ts index 07c9ddf8..abf831c1 100644 --- a/lib/techsales-rfq/repository.ts +++ b/lib/techsales-rfq/repository.ts @@ -260,6 +260,7 @@ export async function selectTechSalesVendorQuotationsWithJoin( validUntil: techSalesVendorQuotations.validUntil,
status: techSalesVendorQuotations.status,
remark: techSalesVendorQuotations.remark,
+ quotationVersion: techSalesVendorQuotations.quotationVersion,
rejectionReason: techSalesVendorQuotations.rejectionReason,
// 날짜 정보
|
