From 6a5c95c869063252ef1fc5423fa1dfa98665c67d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 9 Jun 2016 09:47:53 -0400 Subject: [PATCH] Bug 14576 - (QA followup) Fix message for use of value not in authorized values Signed-off-by: Cathi Wiggins Signed-off-by: Megan Wianecki Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index b357d09..10e1b09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/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 %] -- 2.1.4