fix cherry-pick get_feature_experimental -> get_feature_experimental_order
authorJan Büren <jan@kivitendo.de>
Mon, 12 Apr 2021 10:24:58 +0000 (12:24 +0200)
committerJan Büren <jan@kivitendo.de>
Mon, 12 Apr 2021 10:24:58 +0000 (12:24 +0200)
bin/mozilla/oe.pl

index 15aef53..dfc822d 100644 (file)
@@ -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} }) {