Opened 16 years ago
Last modified 10 years ago
#2648 closed defect
Error in code. — at Initial Version
| Reported by: | anonymous | Owned by: | Marcelo Salhab Brogliato |
|---|---|---|---|
| Priority: | normal | Component: | ChartReportGeneratorPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Patch added. Line 23:
- self.tpl_index = self.readTemplate('template_contents.tpl')
+ self.tpl_contents = self.readTemplate('template_contents.tpl')
Note: See
TracTickets for help on using
tickets.


