Changeset 10392 for main/waeup.kofa/trunk/src
- Timestamp:
- 27 Jun 2013, 14:17:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/payment.py
r10030 r10392 101 101 @property 102 102 def matric_number(self): 103 return ' '103 return 'N/A' 104 104 105 105 @property 106 106 def faculty(self): 107 return ' '107 return 'N/A' 108 108 109 109 @property 110 110 def department(self): 111 return ' '111 return 'N/A' 112 112 113 113 # Applicant online payments must be importable. So we might need a factory.
Note: See TracChangeset for help on using the changeset viewer.