From 2a153abf478d94d05b5fe1c3113cffe4886fa2d8 Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Wed, 6 Oct 2010 23:50:46 +0200 Subject: [PATCH] =?utf8?q?Einheit-Vorgabe=20gefixt=20F=C3=BCr=20neue(s/r)?= =?utf8?q?=20Angebot,=20Auftrag,=20Rechnung=20etc.=20war=20die=20Vorgabe?= =?utf8?q?=20in=20der=20neuen=20Position=20immer=20"kg".=20Nun=20ist=20es?= =?utf8?q?=20die=20Einheit,=20die=20unter=20System=20ganz=20oben=20steht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 1 - 1 file changed, 1 deletion(-) 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} }); -- 2.20.1