Changeset 3625 for WAeUP_SRP/fceokene
- Timestamp:
- 17 Aug 2008, 07:47:00 (16 years ago)
- Location:
- WAeUP_SRP/fceokene
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/fceokene/profiles/default/actionicons.xml
r3290 r3625 131 131 title="Import Data" priority="7" 132 132 icon_expr="actionicon_submit.png"/> 133 <action-icon category="global" action_id="send_email_form" 134 title="Send Email" priority="8" 135 icon_expr="actionicon_email.png"/> 133 136 134 137 <action-icon category="global_header" action_id="print" … … 194 197 <action-icon category="navigation" 195 198 action_id="view_uploads" title="Uploads" 196 priority="6" icon_expr="blank.gif"/> 199 priority="6" icon_expr="blank.gif"/> 197 200 <action-icon category="navigation" action_id="contact_admin" 198 201 title="Contact" priority="7" -
WAeUP_SRP/fceokene/waeup_custom/getInterswitchParams.py
r3622 r3625 5 5 ##bind script=script 6 6 ##bind subpath=traverse_subpath 7 ##parameters=paytype,student,payment_id 7 ##parameters=paytype,student,payment_id,student_record 8 8 ##title= 9 9 ## 10 10 # $Id$ 11 11 12 12 13 test = "" … … 32 33 d['type_description'] = 'Hostel Maintenance Fee' 33 34 d['pay_item_name'] = "FCE Okene %(type_description)s" % d 34 d['amount'] = '2500' 35 if student_record.mode.endswith('_sw'): 36 d['amount'] = '2500' 37 else: 38 d['amount'] = '4000' 35 39 d['category'] = 'hostel_maintenance' 36 40 d['item'] = paytype
Note: See TracChangeset for help on using the changeset viewer.