@things-factory/worksheet-base 7.1.31 → 7.1.32

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": "7.1.31",
3
+ "version": "7.1.32",
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": "^7.1.24",
41
41
  "@things-factory/warehouse-base": "^7.1.31"
42
42
  },
43
- "gitHead": "49a1f306f2f49780b6a25a9f8447969fe00d5ba3"
43
+ "gitHead": "e6182250925bb17e301bf1ad1ce03c690cec8c71"
44
44
  }
@@ -240,6 +240,7 @@ export class UnloadingWorksheetController extends VasWorksheetController {
240
240
  newInventory.productQuality = inventory.productQuality || ''
241
241
  newInventory.auxInfo2 = inventory.auxInfo2 || null
242
242
  newInventory.workCategory = inventory.workCategory || ''
243
+ newInventory.isMachineFiltering = inventory.isMachineFiltering || false
243
244
 
244
245
  if (inventory?.expirationDate) {
245
246
  newInventory.expirationDate = new Date(inventory.expirationDate)