Changeset 168 for waeup_product/trunk


Ignore:
Timestamp:
12 Nov 2005, 16:35:18 (19 years ago)
Author:
joachim
Message:

=some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Students.py

    r166 r168  
    108108    def accommodationIsPayed(self):
    109109        """is the accommodation payed"""
    110         if self.accommodation_sc_pin != '':
     110        if self.hostel_fee_sc_pin != '':
    111111            return True
    112112        return False
Note: See TracChangeset for help on using the changeset viewer.