From: Niclas Zimmermann Date: Mon, 6 Jan 2014 14:11:23 +0000 (+0100) Subject: Rabatte für Kundengruppe in Rechnung übernehmen X-Git-Tag: release-3.1.0beta1~22^2~56 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3a24478925cbb65bbcd6f54fa19c272c684fcdad;p=kivitendo-erp.git Rabatte für Kundengruppe in Rechnung übernehmen Rabat für Kundengruppen werden jetzt berücksichtigt, wenn man aus einem Lieferschein eine Rechnung erstellt. ACHTUNG: Fix bezieht sich auf 2261. Der Bug bleibt jedoch bestehen, wenn man erst Positionen einträgt und dann Kunden wechselt. Es ist jedoch kaum möglich, dieses Verhalten zu ändern. Fixed Bug #2261. --- diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index 3e54c1ed8..b722e2081 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -412,7 +412,7 @@ sub update_delivery_order { map { $form->{"${_}_$i"} = $form->{item_list}[0]{$_} } keys %{ $form->{item_list}[0] }; $form->{"marge_price_factor_$i"} = $form->{item_list}->[0]->{price_factor}; - $form->{"sellprice_$i"} = $form->format_amount(\%myconfig, $form->{"sellprice_$i"}); + $form->{"sellprice_$i"} = $form->format_amount(\%myconfig, $form->{"sellprice_$i"} * (1 - $form->{tradediscount})); $form->{"lastcost_$i"} = $form->format_amount(\%myconfig, $form->{"lastcost_$i"}); $form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}); } diff --git a/templates/webpages/do/form_header.html b/templates/webpages/do/form_header.html index 5af79bedc..5454d4d83 100644 --- a/templates/webpages/do/form_header.html +++ b/templates/webpages/do/form_header.html @@ -116,6 +116,7 @@ + [% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] [%- UNLESS !delivered && SHOW_VC_DROP_DOWN %]