Bug 28460

Summary: Add ability to hide serial publication date from holdings table on intranet details
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: SearchingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: aholt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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!