From 3a8cc6019cff189dfb5823be502f85484814f301 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 3 Aug 2021 09:03:13 +0100 Subject: [PATCH] Bug 11175: (QA follow-up) Move preference to 'Display' The 'ShowComponentRecords' preference was displaying under the 'Export' section in the cataloging system preferences tab. As a display related feature, I felt it was more appropriate to put it into the 'Display' section. Signed-off-by: Martin Renvoize Signed-off-by: Andrew Nugged --- .../modules/admin/preferences/cataloguing.pref | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref index c2484a8ae3..8ee80ebd22 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref @@ -267,6 +267,15 @@ Cataloging: - "
  • value of 001
  • " - "
  • subfields a and b of fields 245
  • " - "
  • all subfields of fields 600
  • " + - + - Show a list of component records, as linked via field 773, in + - pref: ShowComponentRecords + choices: + nowhere: "no" + staff: "staff interface" + opac: "OPAC" + both: "both staff interface and OPAC" + - record detail pages. UNIMARC is not supported. Importing: - - When matching on ISBN with the record import tool, @@ -312,12 +321,3 @@ Cataloging: - "All values of repeating tags and subfields will be printed with the given RIS tag." - "
    " - "Use of TY ( record type ) as a key will replace the default TY with the field value of your choosing." - - - - Show a list of component records, as linked via field 773, in - - pref: ShowComponentRecords - choices: - nowhere: "no" - staff: "staff interface" - opac: "OPAC" - both: "both staff interface and OPAC" - - record detail pages. UNIMARC is not supported. -- 2.20.1