Bug 24201: (QA follow-up) Do not unbless a list from search in Desks template plugin
Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
1f96bea8ba
commit
ad9fdd792a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue