]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 15aef539f7fd4ac4340b752b51f257b555c81b90..dfc822d5696b21219a584ca34ce28f53dcd62fc0 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} }) {