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 | """ |
---|
12 | return SchoolFee |
---|
13 | """ |
---|
14 | |
---|
15 | |
---|
16 | d = {} |
---|
17 | |
---|
18 | if brain.mode == '': |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | else: |
---|
24 | d['all'] = 0 |
---|
25 | |
---|
26 | d['all'] = 0 |
---|
27 | |
---|
28 | next_info = context.getNextInfo(brain) |
---|
29 | next_session_str = next_info['next_session_str'] |
---|
30 | d['next_session_id'] = next_info['next_session_id'] |
---|
31 | d['description'] = "School Fee for Session %s" % next_session_str |
---|
32 | |
---|
33 | return d |
---|
Note: See
TracBrowser for help on using the repository browser.