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):
type = "deliverables"
label = u'Work Report'
type = "work_statement"
label = u'Work Statement'
rowFactory = WorkRow