Ignore:
Timestamp:
20 Mar 2015, 18:04:32 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/utils.py

    r12793 r12802  
    405405                if payment.state != STATE_PAID:
    406406                    continue
    407                 data.append(Paragraph("Payment %s" % payment_number, HEADLINE1_STYLE))
     407                data.append(
     408                    Paragraph("Payment %s" % payment_number, HEADLINE1_STYLE))
    408409                separators = getattr(self, 'SEPARATORS_DICT', {})
    409410                table = creator.getWidgetsTable(
Note: See TracChangeset for help on using the changeset viewer.