Ignore:
Timestamp:
7 Nov 2011, 13:05:58 (13 years ago)
Author:
Henrik Bettermann
Message:

Change order of fields slightly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/payments/interfaces.py

    r6969 r7020  
    1818    p_id = Attribute('Payment identifier.')
    1919
    20     p_state = schema.Choice(
    21         title = u'Payment State',
    22         default = u'unpaid',
    23         vocabulary = payment_states,
    24         required = True,
    25         )
    26 
    2720    p_category = schema.Choice(
    2821        title = u'Payment Category',
     
    3629        default = None,
    3730        required = False,
     31        )
     32
     33    p_state = schema.Choice(
     34        title = u'Payment State',
     35        default = u'unpaid',
     36        vocabulary = payment_states,
     37        required = True,
    3838        )
    3939
Note: See TracChangeset for help on using the changeset viewer.