Trac 2300 / 2301 zweiter Versuch
[kivitendo-erp.git] / bin / mozilla / do.pl
index b8b169f..3e0c7e0 100644 (file)
@@ -165,7 +165,7 @@ sub order_links {
   $form->all_vc(\%myconfig, $form->{vc}, ($form->{vc} eq 'customer') ? "AR" : "AP");
 
   # retrieve order/quotation
-  $form->{webdav}   = $::lx_office_conf{features}->{webdav};
+  $form->{webdav}   = $::instance_conf->get_webdav;
   $form->{jsscript} = 1;
 
   my $editing = $form->{id};