瀏覽代碼

fix participant list

master
Daniel 3 年之前
父節點
當前提交
fe111230f1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/client/app/tmpl/appointment-edit-attendee-row.html

+ 1
- 1
src/client/app/tmpl/appointment-edit-attendee-row.html 查看文件

@@ -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' %>"


Loading…
取消
儲存