@@ -, +, @@ not be called in list context --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -615,7 +615,7 @@ $template->param( canned_bor_notes_loop => $canned_notes, debarments => GetDebarments({ borrowernumber => $borrowernumber }), todaysdate => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ), - nopermission => $query->param('nopermission'), + nopermission => scalar $query->param('nopermission'), modifications => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }), ); --