@things-factory/worksheet-base 6.1.28 → 6.1.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worksheet-base",
3
- "version": "6.1.28",
3
+ "version": "6.1.43",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -40,5 +40,5 @@
40
40
  "@things-factory/transport-base": "^6.1.28",
41
41
  "@things-factory/warehouse-base": "^6.1.28"
42
42
  },
43
- "gitHead": "6830586c0142afaf8a23ff84aced6d4da18f1746"
43
+ "gitHead": "7d8322591fb5b344da4c5352398e45d3e32b42b9"
44
44
  }
@@ -227,8 +227,8 @@ export class UnloadingWorksheetController extends VasWorksheetController {
227
227
  newInventory.status = INVENTORY_STATUS.UNLOADED
228
228
 
229
229
  // product color, quality, zaho
230
- newInventory.productColor = inventory.productColor || null
231
- newInventory.productQuality = inventory.productQuality || null
230
+ newInventory.productColor = inventory.productColor || ''
231
+ newInventory.productQuality = inventory.productQuality || ''
232
232
  newInventory.auxInfo2 = inventory.auxInfo2 || null
233
233
 
234
234
  if (inventory?.expirationDate) {