Changeset 5630


Ignore:
Timestamp:
11 Jan 2011, 07:15:10 (14 years ago)
Author:
Henrik Bettermann
Message:

Remove patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Accommodation.py

    r5626 r5630  
    115115                            # fix for ticket futminna 133, can be removed after implementation
    116116                            # of new allocation module
    117                             if bed_record.student=='':
    118                                 d['student'] = NOT_OCCUPIED
    119                                 bed_list.modifyRecord(**d)
    120                                 modified.append('"%(uid)s","%(bt)s","not_occupied"' % vars())
    121                                 modified_count += 1                               
     117                            #if bed_record and bed_record.student=='':
     118                            #    d['student'] = NOT_OCCUPIED
     119                            #    bed_list.modifyRecord(**d)
     120                            #    modified.append('"%(uid)s","%(bt)s","not_occupied"' % vars())
     121                            #    modified_count += 1                               
    122122            hall_gen['count']= count
    123123            hall_gen['modified_count']= modified_count
Note: See TracChangeset for help on using the changeset viewer.