X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Foe.pl;h=2f3803b885fdb49a70be8c3812e275c5469f3623;hb=41cba9bf2b9eeb991ccc3cab0898dbeb3ab4c678;hp=15aef539f7fd4ac4340b752b51f257b555c81b90;hpb=b122ba4c2f6275c2db31a0388c94f10f3d33c30e;p=kivitendo-erp.git diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 15aef539f..2f3803b88 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} }) { @@ -2065,6 +2065,7 @@ sub oe_prepare_xyz_from_order { my $order = SL::DB::Order->new(id => $::form->{id})->load; $order->flatten_to_form($::form, format_amounts => 1); + $::form->{taxincluded_changed_by_user} = 1; # hack: add partsgroup for first row if it does not exists, # because _remove_billed_or_delivered_rows and _remove_full_delivered_rows