X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ce1ee6bff6eef429d7b4783f4ede84327f985ae4..9e89e92f5b0963f57da4e4840ad8d53408d7f823:/SL/AM.pm diff --git a/SL/AM.pm b/SL/AM.pm index ab8dc147a..fc7bb7378 100644 --- a/SL/AM.pm +++ b/SL/AM.pm @@ -1166,6 +1166,7 @@ sub printer { $sth = $dbh->prepare($query); $sth->execute || $form->dberror($query); + $form->{"ALL"} = []; while (my $ref = $sth->fetchrow_hashref(NAME_lc)) { push @{ $form->{ALL} }, $ref; }