diff --git a/assets/js/backend_customers_helper.js b/assets/js/backend_customers_helper.js index 65944dd2..b1ffc3e5 100644 --- a/assets/js/backend_customers_helper.js +++ b/assets/js/backend_customers_helper.js @@ -473,6 +473,8 @@ var end = GeneralFunctions.formatDate(Date.parse(appointment.end_datetime), GlobalVariables.dateFormat, true); var timezone = GlobalVariables.timezones[GlobalVariables.user.timezone]; + $('#appointment-details').empty(); + $('
', { 'html': [ $('', { @@ -484,7 +486,7 @@ }), $('
'), $('', { - 'text': appointment.provider.first_name + ' ' + appointment.provider.last_name + 'text': start + ' - ' + end }), $('
'), $('', {