Ignore:
Timestamp:
25 Nov 2007, 22:06:28 (17 years ago)
Author:
Henrik Bettermann
Message:

allow registration of probation levels

and more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/getPaymentsFolderInfo.py

    r2680 r2758  
    1 ## Script (Python) "getPaymentsFolderInfo"
     1z## Script (Python) "getPaymentsFolderInfo"
    22##bind container=container
    33##bind context=context
     
    109109        row['confirmed'] = 'unsuccessful'
    110110    row['is_editable'] = is_so and (row['confirmed'] == 'active')
    111        
     111
    112112    payments.append(row)
    113113
Note: See TracChangeset for help on using the changeset viewer.