https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24393 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #2 from David Nind <david@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.