thm-p3-configurator 0.0.40 → 0.0.42
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.
|
@@ -152,7 +152,8 @@ const useCreatePrivateAppointmentMutation = () => {
|
|
|
152
152
|
selectBoardComputerUpdate,
|
|
153
153
|
branchId,
|
|
154
154
|
formula,
|
|
155
|
-
discount
|
|
155
|
+
discount,
|
|
156
|
+
customerAgreed
|
|
156
157
|
} = _ref4;
|
|
157
158
|
return _authenticatedProxyApi.authenticatedProxyApi.postAppointment({
|
|
158
159
|
appointment,
|
|
@@ -166,7 +167,8 @@ const useCreatePrivateAppointmentMutation = () => {
|
|
|
166
167
|
cart,
|
|
167
168
|
selectBoardComputerUpdate,
|
|
168
169
|
customer: customer,
|
|
169
|
-
branchId
|
|
170
|
+
branchId,
|
|
171
|
+
customerAgreed
|
|
170
172
|
});
|
|
171
173
|
});
|
|
172
174
|
return {
|
|
@@ -264,6 +264,7 @@ const InternalAppointmentForm = _ref => {
|
|
|
264
264
|
note: (customer === null || customer === void 0 ? void 0 : customer.note) || '(Onbekend)',
|
|
265
265
|
zipCode: (customer === null || customer === void 0 ? void 0 : customer.zipCode) || '(Onbekend)'
|
|
266
266
|
}),
|
|
267
|
+
customerAgreed,
|
|
267
268
|
appointment,
|
|
268
269
|
channel,
|
|
269
270
|
licensePlate: (_ref2 = licensePlate || _licensePlate) === null || _ref2 === void 0 ? void 0 : _ref2.replace(/-/g, ''),
|