ps-toolkit-ui 1.6.47 → 1.6.48

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.
@@ -1220,7 +1220,7 @@
1220
1220
  };
1221
1221
  HelperClass.setBarcodeReader = function (inp) {
1222
1222
  inp.button = 'blue';
1223
- var fn = inp.name + 'SetBarcodeScanValue';
1223
+ var fn = inp.id + 'SetBarcodeScanValue';
1224
1224
  inp.onClickButton = function () {
1225
1225
  try {
1226
1226
  // @ts-ignore