X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/96f2dabc7d64e28c74358fb5745a6c68b18527f3..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/SL/Controller/Chart.pm diff --git a/SL/Controller/Chart.pm b/SL/Controller/Chart.pm index 624a65b1d..bd77e3689 100644 --- a/SL/Controller/Chart.pm +++ b/SL/Controller/Chart.pm @@ -54,7 +54,7 @@ sub action_ajax_autocomplete { } sub action_test_page { - $_[0]->render('chart/test_page'); + $_[0]->render('chart/test_page', pre_filled_chart => SL::DB::Manager::Chart->get_first); } sub action_chart_picker_search {