agenda: output event id in workers agenda view for debugging

This commit is contained in:
Benjamin Dauvergne 2013-01-06 17:33:58 +01:00
parent 2a5a697a28
commit 7832de6941
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ class Appointment(object):
self.patient_record_paper_id = None
self.event_id = None
self.event_type = None
self.event_id = None
self.workers = None
self.workers_initial = None
self.workers_codes = None

View File

@ -25,7 +25,7 @@
</thead>
<tbody>
{% for appointment in worker_agenda.appointments %}
<tr>
<tr data-event-id="{{ appointment.event_id }}">
<td class="col-time">{{ appointment.begin_hour }}</td>
<td class="col-duration">{% if appointment.length %}{{ appointment.length }}min{% endif %}</td>
<td class="col-record-id">{% if appointment.patient_record_id %}