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

(-)a/Koha/Template/Plugin/Context.pm (-1 / +6 lines)
Lines 38-43 Especially useful to call ->search Link Here
38
38
39
=cut
39
=cut
40
40
41
=head3 Scalar
42
43
Return object set in scalar context
44
45
=cut
46
41
sub Scalar {
47
sub Scalar {
42
    my ( $self, $set, $method ) = @_;
48
    my ( $self, $set, $method ) = @_;
43
    $set = $set->$method;
49
    $set = $set->$method;
44
- 

Return to bug 23166