Project

General

Profile

« Previous | Next » 

Revision 32551648

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

actes: fix build_act save comment, doctors and last_validation_state

View differences:

calebasse/agenda/models.py
501 501
                    act=act, state_name='NON_VALIDE',
502 502
                    author=self.creator, previous_state=None)
503 503
            act.last_validation_state = last_validation_state
504
            old_save(*args, **kwargs)
504 505
        act.save = save
505 506
        return act
506 507

  

Also available in: Unified diff