From f1044447e0ed877838e77b1edacbd657dace6820 Mon Sep 17 00:00:00 2001
From: Nick Clemens <nick@bywatersolutions.com>
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 <cwiggins@ArcadiaCA.gov>

Signed-off-by: Megan Wianecki  <mwianecki@mtpl.org>
---
 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