source: WAeUP_SRP/trunk/skins/waeup_aaue/getSchoolFee.py @ 3866

Last change on this file since 3866 was 3865, checked in by Henrik Bettermann, 16 years ago
  • fix sort order of payment objects
  • reload passport pictures in Okene
File size: 565 bytes
Line 
1## Script (Python) "getSchoolFee"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=brain=None
8##title=
9##
10# $Id: getSchoolFee.py 2534 2007-11-05 06:37:12Z henrik $
11"""
12return SchoolFee
13"""
14
15
16d = {}
17
18if brain.mode == '': 
19
20
21
22
23else:
24    d['all'] = 0
25
26d['all'] = 0
27
28next_info = context.getNextInfo(brain)
29next_session_str = next_info['next_session_str']
30d['next_session_id'] = next_info['next_session_id']
31d['description'] = "School Fee for Session %s" % next_session_str
32
33return d
Note: See TracBrowser for help on using the repository browser.