sales-frontend-oz 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -492,6 +492,8 @@ async function CreateOzParam({ documentList, extraData = {}, roleCd, jijungInfo
492
492
  `roleCd=${roleCd}`,
493
493
  // 모든서식에 공통으로 필요한 지정대리인 정보 추가
494
494
  `jijungInfo=${jijungInfo}`,
495
+ // 모든서식에 공통으로 필요한 TABLET 구분값 정보 추가
496
+ `TABLET=11`,
495
497
  ...ensureArray(data.args)
496
498
  ];
497
499
  args.forEach((arg, idx2) => result.push(`${prefix}connection.args${idx2 + 1}=${arg}`));