fix class variables
This commit is contained in:
parent
d5bab7dc32
commit
eb46739b93
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue