Project

General

Profile

« Previous | Next » 

Revision 8dbb1acb

Added by Benjamin Dauvergne over 13 years ago

initialize doctors field of the Act model when creating a new appointment

View differences:

calebasse/actes/models.py
patient=patient,
act_type=act_type,
date=start_datetime.date(),
doctors=participants,
)
return self._set_event(act_event, participants, description,

Also available in: Unified diff