Parcourir la source

fix participant list

master
Daniel il y a 3 ans
Parent
révision
fe111230f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/client/app/tmpl/appointment-edit-attendee-row.html

+ 1
- 1
src/client/app/tmpl/appointment-edit-attendee-row.html Voir le fichier

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


Chargement…
Annuler
Enregistrer