## Script (Python) "getSchoolFeeForRequest"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=brain=None
##title=
##
# $Id: getSchoolFeeForRequest.py 5190 2010-05-13 10:20:33Z henrik $
"""
return SchoolFee
"""

d = {}

d['all'] = 0

next_info = context.getNextInfo(brain)
next_session_str = next_info['next_session_str']
d['next_session_id'] = next_info['next_session_id']
d['next_session_str'] = next_info['next_session_str']
d['description'] = "School Fee for Session %s" % next_session_str

return d
