@@ -, +, @@ authorized values --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -498,7 +498,7 @@ $(document).ready(function () { [% IF errmsgloo.ItemLocationUpdated.to == '' %] empty [% ELSIF AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) == '' %] - [% errmsgloo.ItemLocationUpdated.to %] (Not an authorized value) + [% errmsgloo.ItemLocationUpdated.to %] (No description available) [% ELSE %] [% AuthorisedValues.GetByCode( 'LOC', errmsgloo.ItemLocationUpdated.to ) %] [% END %] --