kui-crm_actions 0.0.155 → 0.0.156

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/index.js CHANGED
@@ -515,7 +515,7 @@ var inspectionsRequests = {
515
515
  photos: inspectionsRequestBody.getFilesParams(room.files),
516
516
  room_order_number: withOrderNumber ? roomIndex : undefined,
517
517
  };
518
- })) || []);
518
+ }).filter(function (room) { return room.purpose; })) || []);
519
519
  },
520
520
  };
521
521