Changeset - 3ab352ac638c
[Not reviewed]
0 1 0
Lance Edgar (lance) - 4 months ago 2024-07-05 09:49:00
lance@edbob.org
fix: fix model reference in reporting handler
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/reporting/handlers.py
Show inline comments
 
@@ -86,7 +86,7 @@ class ReportHandler(object):
 
        """
 
        Generate and return output for the given report and params.
 
        """
 
        model = self.model
 
        model = self.app.model
 
        data = report.make_data(session, params, progress=progress, **kwargs)
 

	
 
        output = model.ReportOutput()
0 comments (0 inline, 0 general)