X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FChart.pm;h=bd77e36890eb9335290fc7a1882ae97073fe282a;hb=6ba38ffedd99c9d3ade9134b01ac510c50d92d2e;hp=624a65b1da52324e90bbbf890aa5ff822752d2fa;hpb=8b7577d4312828059ef56715a7a26df2e87792ec;p=kivitendo-erp.git 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 {