From 23a596b95dea45e369cc676fd9c8deda6c4d2162 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 5 Feb 2013 11:12:53 +0100 Subject: [PATCH] =?utf8?q?Speichern=20von=20Waren=20nach=20Fremdschl=C3=BC?= =?utf8?q?sseleinf=C3=BChrung=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/IC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/IC.pm b/SL/IC.pm index f39c169b2..8d46c2d90 100644 --- a/SL/IC.pm +++ b/SL/IC.pm @@ -321,7 +321,7 @@ sub save { $form->{orphaned} = 1; } - my $partsgroup_id = 0; + my $partsgroup_id = undef; if ($form->{partsgroup}) { (my $partsgroup, $partsgroup_id) = split(/--/, $form->{partsgroup}); -- 2.20.1