@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 +6 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -6095,7 +6095,7 @@ function useCheckOutItemRepository() {
|
|
|
6095
6095
|
{ $match: query },
|
|
6096
6096
|
{
|
|
6097
6097
|
$lookup: {
|
|
6098
|
-
from: "site.
|
|
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
|
}
|