Project

General

Profile

« Previous | Next » 

Revision 6c3d1192

Added by Mikaël Ates almost 12 years ago

facturation: remove debug statement.

View differences:

calebasse/facturation/views.py
125 125
            if context['invoicing'].status == Invoicing.STATUS.closed and \
126 126
                    date.today() > context['invoicing'].end_date:
127 127
                context['show_validation_btn'] = True
128
            #XXX: Supressimer ligne suivante
129
            context['show_validation_btn'] = True
130 128
            context['len_patient_pause'] = len_patient_pause
131 129
            context['len_patient_hors_pause'] = len_patient_hors_pause
132 130
            context['len_acts_pause'] = len_acts_pause

Also available in: Unified diff