]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/ClientConfig.pm
Dateimanagement: Basiserweiterung
[kivitendo-erp.git] / SL / Controller / ClientConfig.pm
index c8afe1da08f05224efab86ef65d5f5a2c816969b..a222a39f17404c9d747481332bb4e6a2c6dcd009 100644 (file)
@@ -212,7 +212,7 @@ sub check_auth {
 sub edit_form {
   my ($self) = @_;
 
-  $::request->layout->use_javascript("${_}.js") for qw(jquery.selectboxes jquery.multiselect2side);
+  $::request->layout->use_javascript("${_}.js") for qw(jquery.selectboxes jquery.multiselect2side kivi.File);
 
   $self->render('client_config/form', title => t8('Client Configuration'),
                 make_chart_title     => sub { $_[0]->accno . '--' . $_[0]->description },