Bug 20241: Fix display of publication year in subscription record search for MARC21
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 11 Aug 2018 23:55:35 +0000 (23:55 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 19:35:15 +0000 (19:35 +0000)
commit8df47bdde678773f028f312b4cd8000a12425281
tree4d5904f707fe7735c1cd6a2aaf59175d91282a59
parent024643f51c4e0ca1803dd5013bb857e98cd924e5
Bug 20241: Fix display of publication year in subscription record search for MARC21

The old problem: UNIMARC uses biblio.publicationyear, MARC21 uses
biblio.copyrightdate. Patch adds a fallback, if there is nothing
in publicationyear, copyrightdate will be displayed.

To test:
  - In a MARC21 database
  - Add a new subscription
  - Search for records
  - Verify the publication year column remains empty
  - Apply patch
  - Repeat search
  - Verify that the year now shows

https://bugs.koha-community.org/show_bug.cgi?id=20421

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
serials/subscription-bib-search.pl