@@ -, +, @@ in Desks template plugin --- Koha/Template/Plugin/Desks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Template/Plugin/Desks.pm +++ a/Koha/Template/Plugin/Desks.pm @@ -99,7 +99,7 @@ returns all desks existing at all libraries sub all { my ( $self ) = @_; - return Koha::Desks->search( )->unblessed; + return Koha::Desks->search(); } 1; --