Project

General

Profile

« Previous | Next » 

Revision 44a0fb10

Added by Mikaël Ates almost 12 years ago

dossiers: allow to modify CmppHealthCareTreatment end_date.

View differences:

calebasse/dossiers/forms.py
262 262
    class Meta:
263 263
        model = CmppHealthCareTreatment
264 264
        fields = ('start_date', 'request_date',
265
                'agree_date', 'insist_date', 'act_number',
265
                'agree_date', 'insist_date', 'end_date', 'act_number',
266 266
                'prolongation', 'comment', 'patient', 'author')
267 267
        widgets = {
268 268
                'comment': forms.Textarea(attrs={'cols': 40, 'rows': 4}),

Also available in: Unified diff