https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24393
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
