projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d99b4f
)
fix cherry-pick get_feature_experimental -> get_feature_experimental_order
author
Jan Büren
<jan@kivitendo.de>
Mon, 12 Apr 2021 10:24:58 +0000
(12:24 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Mon, 12 Apr 2021 10:24:58 +0000
(12:24 +0200)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
15aef53
..
dfc822d
100644
(file)
--- 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} }) {