Revision 504817bc
Added by Jérôme Schneider about 13 years ago
| calebasse/actes/views.py | ||
|---|---|---|
|
qs = qs.filter(valide=False)
|
||
|
if 'absent-or-canceled' in filters:
|
||
|
# TODO : how to filter this without change the model ?
|
||
|
pass
|
||
|
if 'is-billable' in filters:
|
||
|
qs = qs.filter(
|
||
|
(Q(act_type__billable=True) & Q(switch_billable=False)) | \
|
||
Also available in: Unified diff
actes: fix indent block