tango-app-api-store-builder 1.0.0-beta-69 → 1.0.0-beta-70

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": "tango-app-api-store-builder",
3
- "version": "1.0.0-beta-69",
3
+ "version": "1.0.0-beta-70",
4
4
  "description": "storeBuilder",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2041,6 +2041,7 @@ export async function storeFixturesTask( req, res ) {
2041
2041
  const compliance = await planoTaskComplianceService.findOne( {
2042
2042
  fixtureId: fixture._id,
2043
2043
  type: req.body?.type ? req.body.type : 'fixture',
2044
+ date_string: req.body?.date,
2044
2045
  }, { status: 1 } );
2045
2046
 
2046
2047
  const shelves = await fixtureShelfService.find( { fixtureId: fixture._id }, { shelfNumber: 1, sectionName: 1, sectionZone: 1, shelfCapacity: 1 } );