From: Werner Hahn Date: Wed, 28 Apr 2021 14:04:04 +0000 (+0200) Subject: Auch aus Angebot/Auftrag->Rechnung tax_included übernehmen ... X-Git-Tag: kivitendo-mebil_0.1-0~9^2~355 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=41cba9bf2b9eeb991ccc3cab0898dbeb3ab4c678;p=kivitendo-erp.git Auch aus Angebot/Auftrag->Rechnung tax_included übernehmen ... wird sonst eventuell von den Kundeneinstellungen überschrieben und dann unterscheiden sich Angebot/Auftrag und Rechnung --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index dfc822d56..2f3803b88 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -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