X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FFU.pm;h=b1eaf005a65dde215dff337a510fbe7ce9a3657c;hb=ee03d15d22eebae4c5224bd68a23b6b4d8a466c0;hp=8f52ae4cd7164b675d81a728e7635c2b6e9c1b3b;hpb=c3db1b36f46f3bb8fe278ad3320bc7b139278dc3;p=kivitendo-erp.git diff --git a/SL/FU.pm b/SL/FU.pm index 8f52ae4cd..b1eaf005a 100644 --- a/SL/FU.pm +++ b/SL/FU.pm @@ -338,7 +338,7 @@ sub link_details { } elsif ($params{trans_type} eq 'sales_quotation') { my $script = 'oe.pl'; my $action = 'edit'; - if ($::instance_conf->get_feature_experimental) { + if ($::instance_conf->get_feature_experimental_order) { $script = 'controller.pl'; $action = 'Order/edit'; } @@ -364,7 +364,7 @@ sub link_details { } elsif ($params{trans_type} eq 'sales_order') { my $script = 'oe.pl'; my $action = 'edit'; - if ($::instance_conf->get_feature_experimental) { + if ($::instance_conf->get_feature_experimental_order) { $script = 'controller.pl'; $action = 'Order/edit'; } @@ -400,7 +400,7 @@ sub link_details { } elsif ($params{trans_type} eq 'request_quotation') { my $script = 'oe.pl'; my $action = 'edit'; - if ($::instance_conf->get_feature_experimental) { + if ($::instance_conf->get_feature_experimental_order) { $script = 'controller.pl'; $action = 'Order/edit'; } @@ -412,7 +412,7 @@ sub link_details { } elsif ($params{trans_type} eq 'purchase_order') { my $script = 'oe.pl'; my $action = 'edit'; - if ($::instance_conf->get_feature_experimental) { + if ($::instance_conf->get_feature_experimental_order) { $script = 'controller.pl'; $action = 'Order/edit'; }