[PythonReports-checkins] PythonReports/PythonReports template.py, 1.8, 1.9
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-19 14:45:08
|
Update of /cvsroot/pythonreports/PythonReports/PythonReports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3000 Modified Files: template.py Log Message: fix: Arg value is expression Index: template.py =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/PythonReports/template.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** template.py 19 Dec 2006 13:32:29 -0000 1.8 --- template.py 19 Dec 2006 14:44:56 -0000 1.9 *************** *** 1,4 **** --- 1,5 ---- """PythonReports Template (PRT) structures""" """History (most recent first): + 19-dec-2006 [als] fix: Arg value is expression 15-dec-2006 [als] added Arg and Subreport 15-dec-2006 [als] Eject type defaults to "page" *************** *** 126,130 **** attributes={ "name": (String, REQUIRED), ! "value": (String, REQUIRED), }, doc="Actual argument value passed to subreport to fill a parameter slot" --- 127,131 ---- attributes={ "name": (String, REQUIRED), ! "value": (Expression, REQUIRED), }, doc="Actual argument value passed to subreport to fill a parameter slot" |