https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33231 Bug ID: 33231 Summary: (Bug 30813 follow-up) No publication date in Z39.50 biblio search results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P3 Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl, nick@bywatersolutions.com After executing Z39.50 search, the result table is not populated with publication dates. This is the result of code refactoring made by Bug 30813. The removed function _add_rowdata treated in special way the publication date putting it in $row in under special, non MARC variant dependent key 'date'--since the z3950_search.tt looks under breeding_loo.date. But now the $row->{date} is not defined. A patch will follow. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.