Skip to content

Commit 19afae1

Browse files
committed
Fix date not updating in service description
1 parent de53f1c commit 19afae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appointment/static/js/appointments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ function getAvailableSlots(selectedDate, staffId = null) {
304304
}
305305
// Update the date chosen
306306
$('.djangoAppt_date_chosen').text(data.date_chosen);
307+
$('#service-datetime-chosen').text(data.date_chosen);
307308
}
308309
});
309310
}

0 commit comments

Comments
 (0)