https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31391
--- Comment #150 from David Nind <[email protected]> --- 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 -- 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/
