From 9e82f999031203c16174ff365d5c617653fad6bf Mon Sep 17 00:00:00 2001 From: caroline Date: Mon, 21 Oct 2019 10:25:55 -0400 Subject: [PATCH] Bug 23853: Typo in authorised_values.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch corrects the Bsort1 typo in authorised_values.tt and changes the Bsort2 description to match Bsort1's. To test: 1- Go to Administration > Authorised values 2- Make sure descriptions for Bsort1 and Bsort2 match their category and are the same (except for 1 and 2) Signed-off-by: Séverine QUEUNE --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 0c8e1fc..8f71938 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -343,9 +343,9 @@ [% CASE 'branches' %]

[% CASE 'Bsort1' %] -

Values that can be entered to fill in the patron’s sort 2 field

+

Values that can be entered to fill in the patron’s sort 1 field, that can be used for statistical purposes

[% CASE 'Bsort2' %] -

An authorized value attached to patrons, that can be used for statistical purposes

+

Values that can be entered to fill in the patron’s sort 2 field, that can be used for statistical purposes

[% CASE 'CAND' %]

[% CASE 'CCODE' %] -- 2.1.4