Project

General

Profile

« Previous | Next » 

Revision 554d2c6b

Added by Jérôme Schneider over 12 years ago

agenda: fix rdv submission

  • calebasse/agenda/forms.py: change =+ by =

View differences:

calebasse/agenda/forms.py
56 56
                minutes=self.cleaned_data['duration'])
57 57
        patient = self.cleaned_data['patient']
58 58
        self.instance = EventAct.objects.create_patient_appointment(
59
                title=+ patient.display_name,
59
                title=patient.display_name,
60 60
                patient=patient,
61 61
                participants=self.cleaned_data['participants'],
62 62
                act_type=self.cleaned_data['act_type'],

Also available in: Unified diff