Revision dfea3c5e
Added by Benjamin Dauvergne over 12 years ago
calebasse/agenda/models.py | ||
---|---|---|
458 | 458 |
act.patient = self.patient |
459 | 459 |
act.parent_event = self |
460 | 460 |
act.date = self.start_datetime.date() |
461 |
act.time = self.start_datetime.time() |
|
461 | 462 |
|
462 | 463 |
def save(self, *args, **kwargs): |
463 | 464 |
'''Force event_type to be patient meeting.''' |
Also available in: Unified diff
agenda: transfer time from event to acts