X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c3db1b36f46f3bb8fe278ad3320bc7b139278dc3..19304dbf9867573d08a50b0a9eaaeb0f6d1332c9:/SL/FU.pm 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'; }