From 399def7c5b270928a767bbef2e703c96da1c850d 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 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) --- .../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 7715e0b6f5..88f7f1bfbe 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.17.1