Changeset 5625 for WAeUP_SRP


Ignore:
Timestamp:
7 Jan 2011, 07:52:34 (14 years ago)
Author:
Henrik Bettermann
Message:

Fix for futminna #133 (not yet tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Accommodation.py

    r5221 r5625  
    113113                                modified_count += 1
    114114                                pass
     115                            # fix for ticket futminna 133, can be removed after implementation
     116                            # 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","%(st)s"' % vars())
     121                                modified_count += 1                               
    115122            hall_gen['count']= count
    116123            hall_gen['modified_count']= modified_count
Note: See TracChangeset for help on using the changeset viewer.