X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c3db1b36f46f3bb8fe278ad3320bc7b139278dc3..af25c1461dc646c4c26cf7c86f4b6c5e6d54dac7:/SL/Controller/FinancialControllingReport.pm?ds=sidebyside diff --git a/SL/Controller/FinancialControllingReport.pm b/SL/Controller/FinancialControllingReport.pm index 31f60f13d..f4f09ff09 100644 --- a/SL/Controller/FinancialControllingReport.pm +++ b/SL/Controller/FinancialControllingReport.pm @@ -278,7 +278,7 @@ sub link_to { my $type = $object->type; my $id = $object->id; - if ($::instance_conf->get_feature_experimental) { + if ($::instance_conf->get_feature_experimental_order) { return "controller.pl?action=Order/$action&type=$type&id=$id"; } else { return "oe.pl?action=$action&type=$type&vc=customer&id=$id";