@@ -, +, @@ quote in the guarantor attributes - Patron 1 = guarantee - Patron 2 = guarantor --> Nothing happens --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -618,7 +618,7 @@ [% FOR action IN actions %] [% SWITCH action %] [% CASE 'select' %] - action_node += 'Select'; + action_node += 'Select'; [% CASE 'add' %] action_node += 'Add'; [% CASE 'edit' %] --