thm-p3-configurator 0.0.102 → 0.0.103
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.
|
@@ -258,17 +258,6 @@ const InternalSingleOrderPage = () => {
|
|
|
258
258
|
const isValid = await ((_customerFormRef$curr = customerFormRef.current) === null || _customerFormRef$curr === void 0 ? void 0 : _customerFormRef$curr.validateForm());
|
|
259
259
|
if (isValid) {
|
|
260
260
|
const preferredDateTime = appointment !== null && appointment !== void 0 && appointment.date && appointment !== null && appointment !== void 0 && appointment.time ? (0, _helpers__.parseDateAndTimeToTimestamp)(appointment === null || appointment === void 0 ? void 0 : appointment.date, appointment === null || appointment === void 0 ? void 0 : appointment.time) : null;
|
|
261
|
-
console.log({
|
|
262
|
-
licensePlate: filters.licensePlate,
|
|
263
|
-
model: filters.model,
|
|
264
|
-
cart: singleOrderCart,
|
|
265
|
-
customer,
|
|
266
|
-
vehicle,
|
|
267
|
-
formula,
|
|
268
|
-
branchId: selectedBranch,
|
|
269
|
-
preferredDateTime,
|
|
270
|
-
internalNote: internalNote === null || internalNote === void 0 ? void 0 : internalNote.internalNote
|
|
271
|
-
});
|
|
272
261
|
vehicle.ownershipType = vehicle.singleOrderOwnershipType;
|
|
273
262
|
delete vehicle.singleOrderOwnershipType;
|
|
274
263
|
createSingleOrder({
|