master
Marc CHEVALDONNE 2 years ago
parent 208df71788
commit 491cbe7316

@ -682,6 +682,7 @@ window.FrontendBook = window.FrontendBook || {};
* @return {Boolean} Returns the operation result. * @return {Boolean} Returns the operation result.
*/ */
function applyAppointmentData(appointment, provider, customer) { function applyAppointmentData(appointment, provider, customer) {
throw new Error('mon test');
try { try {
// Select Service & Provider // Select Service & Provider
$('#select-service').val(appointment.id_services).trigger('change'); $('#select-service').val(appointment.id_services).trigger('change');

Loading…
Cancel
Save