Changeset 10914 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 14 Jan 2014, 11:44:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/payment.py
r10392 r10914 111 111 return 'N/A' 112 112 113 @property 114 def email(self): 115 "Email of payer" 116 return self.context.__parent__.email 117 118 @property 119 def phone(self): 120 "Phone number of payer" 121 return self.context.__parent__.phone 122 123 @property 124 def current_mode(self): 125 "Current study mode of payer" 126 return 'N/A' 127 128 @property 129 def current_level(self): 130 "Current level of payer" 131 return 'N/A' 132 113 133 # Applicant online payments must be importable. So we might need a factory. 114 134 class ApplicantOnlinePaymentFactory(grok.GlobalUtility):
Note: See TracChangeset for help on using the changeset viewer.