|
|
|
@@ -20,7 +20,7 @@ |
|
|
|
<table class="table table-profiles">
|
|
|
|
<tbody>
|
|
|
|
<% for ( var aai = 0; aai < attendeesAttended.length; aai++ ) { %>
|
|
|
|
<% prfl = a.getProfileById( attendeesAttended[ aai ].profile_id ); %>
|
|
|
|
<% prfl = a.getProfileById( attendeesAttended[ aai ] ); %>
|
|
|
|
<%=raw app.core.View.getTemplate( 'appointment-detail-attendee-row', { a: a, at :prfl, g : g, childProfile : prfl.getChildProfileById( attendeesAttended[ aai ].profile_child_id ) } ) %>
|
|
|
|
<% } %>
|
|
|
|
</tbody>
|
|
|
|
|