Revision 8dbb1acb
Added by Benjamin Dauvergne over 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, |
|
75 | 76 |
) |
76 | 77 |
|
77 | 78 |
return self._set_event(act_event, participants, description, |
Also available in: Unified diff
initialize doctors field of the Act model when creating a new appointment