- Timestamp:
- 10 Sep 2012, 11:05:07 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/src/waeup/kofa/payments/payment.py
r8758 r9169 83 83 self.p_state = 'paid' 84 84 user = get_current_principal() 85 user = get_current_principal()86 85 if user is None: 87 86 # in tests
Note: See TracChangeset for help on using the changeset viewer.