/[gnue]/gnue-designer/src/templates/reports/Labels.py
ViewVC logotype

Diff of /gnue-designer/src/templates/reports/Labels.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jcater, Wed May 28 22:19:32 2003 UTC revision 1.8 by jcater, Tue Nov 25 19:52:36 2003 UTC
# Line 170  class SimpleReportTemplate(ReportTemplat Line 170  class SimpleReportTemplate(ReportTemplat
170      # because we want to keep in the order that the user      # because we want to keep in the order that the user
171      # specified      # specified
172      fields = {}      fields = {}
173      for field in schema.getChildSchema(schema):      for field in schema.fields():
174        if field.name in self.variables['fields']:        if field.name in self.variables['fields']:
175          fields[field.name] = field          fields[field.name] = field
176    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26