From 7579216c032f0793a11c7050fbc885b89b1d0ff9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 13 Nov 2014 17:50:38 +0100 Subject: [PATCH] =?utf8?q?CsvImport:=20tempor=C3=A4re=20Profile=20ausblend?= =?utf8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CsvImport.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Controller/CsvImport.pm b/SL/Controller/CsvImport.pm index 58715d308..0e598a5b3 100644 --- a/SL/Controller/CsvImport.pm +++ b/SL/Controller/CsvImport.pm @@ -363,6 +363,7 @@ sub load_all_profiles { where => [ type => $self->type, login => $::myconfig{login}, + '!name' => '', ], sort_by => 'name')); } -- 2.20.1