From 70969a473892bdf7073dd6c16143dadf0695f227 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 27 Apr 2012 11:20:19 +0200 Subject: [PATCH] =?utf8?q?Lieferplan:=20Ohne=20Filter=20nicht=20abst=C3=BC?= =?utf8?q?rzen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/DeliveryPlan.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/DeliveryPlan.pm b/SL/Controller/DeliveryPlan.pm index f9a30ca8a..e280a1b99 100644 --- a/SL/Controller/DeliveryPlan.pm +++ b/SL/Controller/DeliveryPlan.pm @@ -216,7 +216,7 @@ sub list_objects { sub make_filter_summary { my ($self) = @_; - my $filter = $::form->{filter}; + my $filter = $::form->{filter} || {}; my @filter_strings; my @filters = ( -- 2.20.1