[Koha-bugs] [Bug 24393] Remove event attributes from patron clubs list template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 12 21:02:30 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24393

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #2 from David Nind <david at davidnind.com> ---
Something in master has broken "Search to hold" - getting this error message
when trying to add a hold (just the start of the error message):

> Template process failed: undef error - Not an ARRAY reference at /kohadevbox/koha/Koha/Template/Plugin/Branches.pm line 95.
>  at /kohadevbox/koha/C4/Templates.pm line 122
> 
>     in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 122
> 
>       119: 
>       120:     my $data;
>       121:     binmode( STDOUT, ":utf8" );
>       122:     $template->process( $self->filename, $vars, \$data )
>       123:       || die "Template process failed: ", $template->error();
>       124:     return $data;
>       125: }
> 
>     Show function arguments

Placing a hold works fine on 19.11.x.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list