From: Sven Donath Date: Wed, 6 Oct 2010 21:50:46 +0000 (+0200) Subject: Einheit-Vorgabe gefixt X-Git-Tag: release-2.6.2beta1~104^2^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2a153abf478d94d05b5fe1c3113cffe4886fa2d8;p=kivitendo-erp.git Einheit-Vorgabe gefixt Für neue(s/r) Angebot, Auftrag, Rechnung etc. war die Vorgabe in der neuen Position immer "kg". Nun ist es die Einheit, die unter System ganz oben steht. --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index b40e7ed9a..41c55b0c0 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -229,7 +229,6 @@ sub display_row { } my $this_unit = $form->{"unit_$i"}; $this_unit = $form->{"selected_unit_$i"} if AM->convert_unit($this_unit, $form->{"selected_unit_$i"}, $all_units); - $this_unit ||= "kg"; if (0 < scalar @{ $form->{ALL_PRICE_FACTORS} }) { my @values = ('', map { $_->{id} } @{ $form->{ALL_PRICE_FACTORS} });