Changeset 3843 for WAeUP_SRP/trunk/skins/waeup_futminna
- Timestamp:
- 13 Jan 2009, 07:58:18 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_futminna
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationInfo.py
r3795 r3843 15 15 logger = logging.getLogger('Skins.getAccommodationInfo') 16 16 import DateTime 17 18 booking_disabled = False 17 19 18 20 request = context.REQUEST … … 86 88 info['acco_review_state'] = wf.getInfoFor(acco,'review_state',None) 87 89 info['maintenance_paid'] = info['acco_review_state'] == "maintenance_fee_paid" 90 elif booking_disabled: 91 info['booking_allowed'] = False 92 88 93 d = {} 89 94 d['sex'] = 'male' … … 95 100 student_status = "%(sex)s_%(bt)s" % d 96 101 info['student_status'] = student_status 102 97 103 return info 98 104 -
WAeUP_SRP/trunk/skins/waeup_futminna/pay_interswitch.py
r3790 r3843 151 151 xmldict['fut_acct'] = "0591201005146" 152 152 xmldict['bank_id'] = '101' 153 elif student_record.level in ('500'): 154 xmldict['fut_acct'] = "0030001000017110" 155 xmldict['bank_id'] = '89' 153 156 #remedial students 154 157 elif student_record.level in ('000'):
Note: See TracChangeset for help on using the changeset viewer.