https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31391 --- Comment #152 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to David Nind from comment #150)
Hi Alex.
Once error encounter so far in retesting.
If UseRecalls is not enabled (or if it is enabled with any of the options), if I go to place a hold on an item using the staff interface (doesn't matter if it is checked out or not), I get this error:
Template process failed: file error - parse error - holds_table.inc line 82: unexpected end of directive [% IF ( Koha.Preference('UseRecalls').match('staff') %] at /kohadevbox/koha/C4/Templates.pm line 146 in C4::Templates::output at /kohadevbox/koha/C4/Templates.pm line 146 143: 144: my $data; 145: binmode( STDOUT, ":encoding(UTF-8)" ); 146: $template->process( $self->filename, $vars, \$data ) 147: || die "Template process failed: ", $template->error(); 148: return $data; 149: } Show function arguments
So far placing and cancelling recalls when only OPAC allowed, when only staff interface allowed, and when both allowed seems to work okay (not fully tested yet).
David
Thanks David. I'll aim to have a fix attached to this bug report by the end of tomorrow. -- You are receiving this mail because: You are watching all bug changes.