fix class variables

This commit is contained in:
Helmut Merz 2011-11-30 11:39:33 +01:00
parent d5bab7dc32
commit eb46739b93

View file

@ -155,8 +155,8 @@ class WorkRow(BaseRow):
class WorkReportInstance(ReportInstance): class WorkReportInstance(ReportInstance):
type = "deliverables" type = "work_statement"
label = u'Work Report' label = u'Work Statement'
rowFactory = WorkRow rowFactory = WorkRow