summaryrefslogtreecommitdiff
path: root/lib/sedp/sync-form.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sedp/sync-form.ts')
-rw-r--r--lib/sedp/sync-form.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sedp/sync-form.ts b/lib/sedp/sync-form.ts
index 1f903c78..e3c3f6bb 100644
--- a/lib/sedp/sync-form.ts
+++ b/lib/sedp/sync-form.ts
@@ -248,7 +248,7 @@ interface FormColumn {
options?: string[];
uom?: string;
uomId?: string;
- shi?: Boolean;
+ shi?:string | null;
hidden?: boolean;
seq?: number;
head?: string;
@@ -983,7 +983,7 @@ export async function saveFormMappingsAndMetas(
if (!attribute) continue;
const tmplMeta = templateAttrMap.get(attId);
- const isShi = mapAtt.INOUT === null || mapAtt.INOUT === "OUT";
+ const isShi = mapAtt.INOUT;
let uomSymbol: string | undefined; let uomId: string | undefined;
if (legacy?.LNK_ATT) {