Revision 74ba9776
Added by Benjamin Dauvergne almost 12 years ago
calebasse/actes/models.py | ||
---|---|---|
72 | 72 |
patient=patient, |
73 | 73 |
act_type=act_type, |
74 | 74 |
date=start_datetime.date(), |
75 |
doctors=participants, |
|
76 | 75 |
) |
76 |
act_event.doctors = participants |
|
77 | 77 |
|
78 | 78 |
return self._set_event(act_event, participants, description, |
79 | 79 |
services = [service], start_datetime = start_datetime, end_datetime = end_datetime, |
Also available in: Unified diff
new appointment form: use a simple text entry for the duration field
the text entry is modified by the mousewheel with 15 minutes increments.
It uses the jquery mousewheel plugin.