|
|
@@ -22,7 +22,7 @@ |
|
|
<% if ( false === a.hasStarted() ) { %>
|
|
|
<% if ( false === a.hasStarted() ) { %>
|
|
|
<td class="text-center">
|
|
|
<td class="text-center">
|
|
|
<select class="form-control form-control-sm"
|
|
|
<select class="form-control form-control-sm"
|
|
|
a-type="select-attendee-status"
|
|
|
|
|
|
|
|
|
data-type="select-attendee-status"
|
|
|
data-appointment-id="<%= a.getId() %>"
|
|
|
data-appointment-id="<%= a.getId() %>"
|
|
|
data-profile-id="<%= attendee.getId() %>"
|
|
|
data-profile-id="<%= attendee.getId() %>"
|
|
|
data-child-profile-id="<%= childProfile ? childProfile.id : '0' %>"
|
|
|
data-child-profile-id="<%= childProfile ? childProfile.id : '0' %>"
|
|
|
|