source: WAeUP_SRP/trunk/skins/waeup_aaue/getSchoolFeeForRequest.py @ 5255

Last change on this file since 5255 was 5190, checked in by Henrik Bettermann, 14 years ago

implement request payment

  • Property svn:keywords set to Id
File size: 526 bytes
Line 
1## Script (Python) "getSchoolFeeForRequest"
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: getSchoolFeeForRequest.py 5190 2010-05-13 10:20:33Z henrik $
11"""
12return SchoolFee
13"""
14
15d = {}
16
17d['all'] = 0
18
19next_info = context.getNextInfo(brain)
20next_session_str = next_info['next_session_str']
21d['next_session_id'] = next_info['next_session_id']
22d['next_session_str'] = next_info['next_session_str']
23d['description'] = "School Fee for Session %s" % next_session_str
24
25return d
Note: See TracBrowser for help on using the repository browser.