From: Jan Büren Date: Mon, 12 Apr 2021 10:24:58 +0000 (+0200) Subject: fix cherry-pick get_feature_experimental -> get_feature_experimental_order X-Git-Tag: kivitendo-mebil_0.1-0~9^2~365 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0213d50a38c623018849ed1606d0f30370dc096b;p=kivitendo-erp.git fix cherry-pick get_feature_experimental -> get_feature_experimental_order --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 15aef539f..dfc822d56 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1239,7 +1239,7 @@ sub orders { my $edit_url = $params{want_binary_pdf} ? '' - : ($::instance_conf->get_feature_experimental) + : ($::instance_conf->get_feature_experimental_order) ? build_std_url('script=controller.pl', 'action=Order/edit', 'type') : build_std_url('action=edit', 'type', 'vc'); foreach my $oe (@{ $form->{OE} }) {