Bug 28460 - Add ability to hide serial publication date from holdings table on intranet details
Summary: Add ability to hide serial publication date from holdings table on intranet d...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement with 10 votes (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-26 12:24 UTC by Andrew Fuerste-Henry
Modified: 2022-05-13 18:39 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2021-05-26 12:24:57 UTC
If one is generating item records when receiving serials, then in the holdings table for that bib on detail.pl the enumcron column will show:
- the enumcron value for that item
- the serial numbering pattern (if it's different from the enumcron)
- the serial publication date

Libraries would like to have the option to simplify what shows here. I'd love to see a syspref for something like SerialEnumcronDisplay with the options:
- Show enumcron, numbering pattern (if different), and pubdate [existing behavior]
- Show enumcron and pubdate [ignoring serial numbering pattern if different from enumcron]
- Show enumcron only
Comment 1 Katrin Fischer 2021-05-29 14:56:59 UTC
I believe we added CSS classes for these a while ago - maybe this would work?
Comment 2 Abbey Holt 2022-05-13 18:39:34 UTC
We just noticed the serial publication date appearing in our enumcron column and would love the ability to choose what displays here!