Prep for new report.

This commit is contained in:
James Cole
2016-04-09 09:16:51 +02:00
parent 6f0f6e86a1
commit bdcc2c6c9f
4 changed files with 12 additions and 1 deletions

View File

@@ -132,6 +132,10 @@ class ReportController extends Controller
case 'audit':
// always default
return $this->auditReport($start, $end, $accounts);
case 'meta-history':
// always default
return $this->metaHistoryReport($start, $end, $accounts);
break;
}