@@ -, +, @@ organisation (or child to guarantor) not translatable - 3.18.x --- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -14,7 +14,7 @@ $("#contactname, #contactfirstname") .each(function () { this.type = 'text' }) .parent().find('span').remove(); - $("#guarantorsearch").val("Set to Patron"); + $("#guarantorsearch").val(_("Set to Patron")); }); $("#select_city").change(function(){ var myRegEx=new RegExp(/(.*)\|(.*)\|(.*)\|(.*)/); --