Change #6532
Category | None |
Changed by | Remington Steed <rjs7 | @calvin.edu>
Changed at | Fri 06 Sep 2019 12:45:39 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 6c986199119358774a444cc8c36e43ef483d1a7b |
Comments
LP#1741980: Fetch and show copy tag label in OPAC When copy/item tags (such as "Digital Bookplate") are displayed in the OPAC, they currently only show the tag's value, but not the label of the tags type. This commit fleshes in the tag type so we gain access to the type's label, and it adds it to the OPAC display. OPAC output before: "(Tag Value Here)" OPAC output after: "Digital Bookplate: (Tag Value Here)" Signed-off-by: Remington Steed <rjs7@calvin.edu> Signed-off-by: Garry Collum <gcollum@gmail.com> Signed-off-by: Kyle Huckins <khuckins@catalyte.io> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
- Open-ILS/src/templates/opac/parts/record/copy_table.tt2