Revision 7db9b9ef
Added by Jérôme Schneider over 12 years ago
calebasse/agenda/views.py | ||
---|---|---|
85 | 85 |
appointment['type'] = 1 |
86 | 86 |
appointment['label'] = event.patient.display_name |
87 | 87 |
appointment['act'] = event.act_type.name |
88 |
appointment['state'] = event.act.get_state() |
|
88 | 89 |
else: |
89 | 90 |
appointment['type'] = 2 |
90 | 91 |
if event.event_type.label == 'Autre' and event.title: |
Also available in: Unified diff
agenda: add act state into service activity