@7365admin1/module-hygiene 4.24.1 → 4.25.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @7365admin1/module-hygiene
2
2
 
3
+ ## 4.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Update module hygiene dependencies
8
+
3
9
  ## 4.24.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6095,7 +6095,7 @@ function useCheckOutItemRepository() {
6095
6095
  { $match: query },
6096
6096
  {
6097
6097
  $lookup: {
6098
- from: "site.supply.items",
6098
+ from: "site.supplies",
6099
6099
  localField: "supply",
6100
6100
  foreignField: "_id",
6101
6101
  as: "supplyDetails"
@@ -6116,6 +6116,7 @@ function useCheckOutItemRepository() {
6116
6116
  qty: 1,
6117
6117
  status: 1,
6118
6118
  unitOfMeasurement: "$supplyDetails.unitOfMeasurement",
6119
+ stockQty: "$supplyDetails.qty",
6119
6120
  attachment: 1
6120
6121
  }
6121
6122
  }