diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-15 10:14:35 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-15 10:14:35 +0900 |
| commit | d778c54adf146cb9624325ef50c46619dfd0686b (patch) | |
| tree | e10f20dd3f564cea5623a7cd78c01c95146d3571 | |
| parent | 2379fe0187cb7e0be84c42edb6e8d43913ae4f4d (diff) | |
(김준회) DOLCE B4(GTT) RegisterKind - GSUB 케이스 추가
| -rw-r--r-- | lib/vendor-document-list/import-service.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/vendor-document-list/import-service.ts b/lib/vendor-document-list/import-service.ts index a470c2b8..e2cf31f0 100644 --- a/lib/vendor-document-list/import-service.ts +++ b/lib/vendor-document-list/import-service.ts @@ -1236,6 +1236,13 @@ class ImportService { usage: 'Mark-Up', usageType: null } + + // SUB(제출용) - 도면제출 SHI >> GTT + case 'GSUB': + return { + usage: 'SUB', + usageType: null + } default: console.warn(`Unknown RegisterKind: ${registerKind}`) |
