Revision ed91f09e
Added by Mikaël Ates almost 12 years ago
calebasse/facturation/list_acts.py | ||
---|---|---|
439 | 439 |
cared = True |
440 | 440 |
if not cared and len(hcts) > 0 and hcts[0] and hcts[0].start_date <= act.date and hcts[0].end_date >= act.date: |
441 | 441 |
if count_hct_2 < hcts[0].get_act_number() - hcts[0].get_nb_acts_cared(): |
442 |
|
|
443 | 442 |
acts_per_hc[hcts[0]].append(act) |
444 | 443 |
count_hct_2 = count_hct_2 + 1 |
445 | 444 |
cared = True |
Also available in: Unified diff
Remove print statement.