View | Details | Raw Unified | Return to bug 24201
Collapse All | Expand All

(-)a/Koha/Template/Plugin/Desks.pm (-2 / +1 lines)
Lines 99-105 returns all desks existing at all libraries Link Here
99
sub all {
99
sub all {
100
100
101
    my ( $self ) = @_;
101
    my ( $self ) = @_;
102
    return Koha::Desks->search( )->unblessed;
102
    return Koha::Desks->search();
103
}
103
}
104
104
105
1;
105
1;
106
- 

Return to bug 24201