Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Janusz Kaczmarek 7849a7e75f
Bug 33231: (Bug 30813 follow-up) No publication date nor edition statements in Z39.50 biblio search results
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.

Same effect (no data in the result table) with edition statement.
Reason: editionstatement coming from TransformMarcToKoha vs edition
expected by z3950_search.tt.

Test plan:
==========
1. Have a Koha instance with some Z39.50 servers defined.
2. In Cataloging, perform a Z39.50 search for any term.
3. In the result table you would not get the publication dates nor
   edition statement (if present in the record).
4. Apply the patch.
5. Repeat the search.
6. You should see the publication dates (according to the current
   mapping, i.e. for MARC 21 coming from 260 $c or 264 $c subfield)
   and edition statements from the records found.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-14 11:35:36 -03:00
..
acqui Bug 31722: Fixed EDIFACT message to only display if EDIFACT is turned on 2023-04-14 11:35:26 -03:00
admin Bug 33154: Tab WRAPPER follow-up: label text must be translatable 2023-04-13 11:47:54 -03:00
authorities Bug 33185: Use template wrapper for tabs on authority and biblio MARC details 2023-04-13 11:48:07 -03:00
basket Bug 33160: (QA follow-up) Adjust condition on biblio object 2023-04-06 09:47:24 -03:00
batch
catalogue Bug 33186: Use template wrapper for tabs on search history and advanced search 2023-04-13 11:48:07 -03:00
cataloguing Bug 33231: (Bug 30813 follow-up) No publication date nor edition statements in Z39.50 biblio search results 2023-04-14 11:35:36 -03:00
circ Bug 33345: On-site checkout checkbox does not work since issue date using flatpickr 2023-04-14 11:35:22 -03:00
clubs Bug 33382: Use template wrapper for breadcrumbs: Patron clubs 2023-04-12 11:43:16 -03:00
course_reserves Bug 33383: Use template wrapper for breadcrumbs: Course reserves 2023-04-12 09:27:07 -03:00
erm Bug 33408: Remove obsolete tests and template sys pref code 2023-04-13 11:48:02 -03:00
errors
ill Bug 21548: ILLLIBS patron category / partner_code seems extraneous 2023-03-31 12:14:51 +02:00
installer
labels Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
mana
members Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
offline_circ Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
onboarding
patron_lists Bug 33409: Use template wrapper for breadcrumbs: Patrons lists 2023-04-12 09:27:02 -03:00
patroncards Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
plugins Bug 33336: Use a dedicated column for plugin status in plugins table 2023-04-13 11:47:58 -03:00
pos Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
recalls
reports Bug 33414: Add the data-order class 2023-04-12 11:43:10 -03:00
reserve Bug 33293: Use template wrapper for tabs: Holds 2023-04-13 11:48:08 -03:00
reviews
rotating_collections Bug 32954: Standardize action fieldsets in rotating collections, suggestions, tools 2023-03-31 12:33:13 +02:00
serials Bug 33154: Tab WRAPPER follow-up: label text must be translatable 2023-04-13 11:47:54 -03:00
services
suggestion Bug 33322: (QA follow-up) Add comment to clarify selector context 2023-03-31 18:41:38 +02:00
tags
test
tools Bug 32956: Use template wrapper for HTML customizations tabs 2023-04-14 11:35:28 -03:00
virtualshelves Bug 33307: Use template wrapper for tabs: Lists 2023-04-13 11:48:10 -03:00
about.tt Bug 33154: Tab WRAPPER follow-up: label text must be translatable 2023-04-13 11:47:54 -03:00
auth.tt Bug 32217: Fixed typo in error message for authentication providers 2023-03-30 12:09:39 +02:00
intranet-main.tt Bug 33133: Add fast cataloging to 'Cataloging' page 2023-03-27 12:50:07 +02:00