From 54befcf59ed85be0041d72760eb1771bcce0492e Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Sun, 8 Sep 2013 19:38:35 +0200 Subject: [PATCH] Bug 10465: remove useless reference to fields 780 and 785 in UNIMARC XSLT files UNIMARCslim2OPACDetail.xsl and UNIMARCslim2intranetDetail.xsl contained references to 780 and 785 fields, that exist in MARC21 but not in UNIMARC. This patch remove the code related to 780 and 785 fields. No effect should be visible. To test : in a UNIMARC Koha 1. Be sure that OPACXSLTDetailsDisplay, OPACXSLTResultsDisplay, XSLTDetailsDisplay and XSLTResultsDisplay sysprefs are set to "default" 2. Apply the patch 3. Search some records in staff interface : the list view and the detail view must be exacty the same as before you apply the patch. 4. search some records in OPAC : the list view and the detail view must be exactly the same as before you apply the patch. Signed-off-by: Bernardo Gonzalez Kriegel Comment: No diplay change, no koha-qa errors. Removes what can't be displayed. Signed-off-by: Katrin Fischer Checked detail pages in OPAC and intranet still display correctly and without errors. Signed-off-by: Galen Charlton --- .../en/xslt/UNIMARCslim2intranetDetail.xsl | 100 +----------------- .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl | 100 +----------------- 2 files changed, 2 insertions(+), 198 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl index f2e3bcc278..552385e30d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetDetail.xsl @@ -383,105 +383,7 @@ - - - - -
  • - - - Continues: - - - Continues in part: - - - Supersedes: - - - Supersedes in part: - - - Formed by the union: ... and: ... - - - Absorbed: - - - Absorbed in part: - - - Separated from: - - - - - - a_t - - - /cgi-bin/koha/catalogue/search.pl?q= - - -
  • - - - -
  • -
    -
    - -
    -
    - - - - -
  • - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - - - a_t - - - - /cgi-bin/koha/catalogue/search.pl?q= - - - -
  • -
    -
    - - + diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl index 700b62f958..f7d19845a9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslim2OPACDetail.xsl @@ -438,105 +438,7 @@ - - - - - - - - Continues: - - - Continues in part: - - - Supersedes: - - - Supersedes in part: - - - Formed by the union: ... and: ... - - - Absorbed: - - - Absorbed in part: - - - Separated from: - - - - - a_t - - - /cgi-bin/koha/opac-search.pl?q= - - - - - - - - - - - - - - - - - - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - - - - a_t - - - - /cgi-bin/koha/opac-search.pl?q= - - - - - - - - + -- 2.39.5