Bug 41303 - "showRDAtag264" not displayed in staff client detail page and not fully in OPAC
Summary: "showRDAtag264" not displayed in staff client detail page and not fully in OPAC
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: 24.11
Hardware: All Linux
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-25 15:23 UTC by Anke Bruns
Modified: 2025-11-25 15:23 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anke Bruns 2025-11-25 15:23:30 UTC
The subfields (typically a, b, c) of 264 are not preceded by any description like e.g.

Place of Publication: 
Publisher: 
Publication Date: 

Or even a single description like
Publication details: 

as seems to be the case if these are stored in 260 (see XSLT)

In the OPAC they are preceded by
"Publisher" but then no further specification as to place, date or publisher.

I think the passage in the relevant Detail page XSLT overwritten 
<!-- Publisher info and RDA related info from tags 260, 264 -->
and the corresponding template showRDAtag264 are probably the thing to look at.

How to fix this?

(Maybe this is related to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37423 ).