@zauru-sdk/hooks 1.0.103 → 1.0.104
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/dist/cjs/receptions.js +4 -4
- package/dist/esm/receptions.js +4 -4
- package/dist/receptions.d.ts +2 -2
- package/package.json +2 -2
package/dist/cjs/receptions.js
CHANGED
|
@@ -112,8 +112,8 @@ const useGetPesadas = (purchaseOrder, stocks_only_integer = false) => {
|
|
|
112
112
|
discount,
|
|
113
113
|
netWeight: (0, common_1.toFixedIfNeeded)(netWeight),
|
|
114
114
|
weightByBasket: (0, common_1.toFixedIfNeeded)(weightByBasket),
|
|
115
|
-
probableUtilization,
|
|
116
|
-
lbDiscounted,
|
|
115
|
+
probableUtilization: (0, common_1.toFixedIfNeeded)(probableUtilization),
|
|
116
|
+
lbDiscounted: (0, common_1.toFixedIfNeeded)(lbDiscounted),
|
|
117
117
|
};
|
|
118
118
|
}),
|
|
119
119
|
];
|
|
@@ -195,8 +195,8 @@ const getPesadasByForm = (formInput) => {
|
|
|
195
195
|
discount,
|
|
196
196
|
netWeight: (0, common_1.toFixedIfNeeded)(netWeight),
|
|
197
197
|
weightByBasket: (0, common_1.toFixedIfNeeded)(weightByBasket),
|
|
198
|
-
probableUtilization,
|
|
199
|
-
lbDiscounted,
|
|
198
|
+
probableUtilization: (0, common_1.toFixedIfNeeded)(probableUtilization),
|
|
199
|
+
lbDiscounted: (0, common_1.toFixedIfNeeded)(lbDiscounted),
|
|
200
200
|
});
|
|
201
201
|
index++;
|
|
202
202
|
}
|
package/dist/esm/receptions.js
CHANGED
|
@@ -112,8 +112,8 @@ const useGetPesadas = (purchaseOrder, stocks_only_integer = false) => {
|
|
|
112
112
|
discount,
|
|
113
113
|
netWeight: (0, common_1.toFixedIfNeeded)(netWeight),
|
|
114
114
|
weightByBasket: (0, common_1.toFixedIfNeeded)(weightByBasket),
|
|
115
|
-
probableUtilization,
|
|
116
|
-
lbDiscounted,
|
|
115
|
+
probableUtilization: (0, common_1.toFixedIfNeeded)(probableUtilization),
|
|
116
|
+
lbDiscounted: (0, common_1.toFixedIfNeeded)(lbDiscounted),
|
|
117
117
|
};
|
|
118
118
|
}),
|
|
119
119
|
];
|
|
@@ -195,8 +195,8 @@ const getPesadasByForm = (formInput) => {
|
|
|
195
195
|
discount,
|
|
196
196
|
netWeight: (0, common_1.toFixedIfNeeded)(netWeight),
|
|
197
197
|
weightByBasket: (0, common_1.toFixedIfNeeded)(weightByBasket),
|
|
198
|
-
probableUtilization,
|
|
199
|
-
lbDiscounted,
|
|
198
|
+
probableUtilization: (0, common_1.toFixedIfNeeded)(probableUtilization),
|
|
199
|
+
lbDiscounted: (0, common_1.toFixedIfNeeded)(lbDiscounted),
|
|
200
200
|
});
|
|
201
201
|
index++;
|
|
202
202
|
}
|
package/dist/receptions.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/hooks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.104",
|
|
4
4
|
"description": "Hooks reutilizables dentro de las webapps de Zauru.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"react": "^18.2.0",
|
|
35
35
|
"react-dom": "^18.2.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "98dc3dfc6b85afae4bbf0ac21ecb8d03d5c107ef"
|
|
38
38
|
}
|