OE: single-dbh
[kivitendo-erp.git] / SL / Controller / Part.pm
index bd5fe6a..4050ce7 100644 (file)
@@ -58,7 +58,7 @@ sub action_ajax_autocomplete {
 }
 
 sub action_test_page {
-  $_[0]->render('part/test_page');
+  $_[0]->render('part/test_page', pre_filled_part => SL::DB::Manager::Part->get_first);
 }
 
 sub action_part_picker_search {