Revision 76974b6f
Added by Benjamin Dauvergne almost 12 years ago
calebasse/dossiers/models.py | ||
---|---|---|
578 | 578 |
cmpp = Service.objects.get(name='CMPP') |
579 | 579 |
for act in acts: |
580 | 580 |
if act.is_state('VALIDE') and act.is_billable() and \ |
581 |
act.date >= self.get_state().date_selected and \ |
|
581 |
act.date >= self.get_state().date_selected.date() and \
|
|
582 | 582 |
are_all_acts_of_the_day_locked(act.date): |
583 | 583 |
cared, hc = act.is_act_covered_by_diagnostic_healthcare() |
584 | 584 |
if hc: |
Also available in: Unified diff
agenda/actes/dossiers: move Occurence fields into Event, add recurring events support