Changeset 168 for waeup_product
- Timestamp:
- 12 Nov 2005, 16:35:18 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Students.py
r166 r168 108 108 def accommodationIsPayed(self): 109 109 """is the accommodation payed""" 110 if self. accommodation_sc_pin != '':110 if self.hostel_fee_sc_pin != '': 111 111 return True 112 112 return False
Note: See TracChangeset for help on using the changeset viewer.