|
|
@ -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');
|
|
|
|