https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28734
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #125660|0 |1 is obsolete| | Attachment #125661|0 |1 is obsolete| | Attachment #125662|0 |1 is obsolete| | Attachment #125663|0 |1 is obsolete| | Attachment #125687|0 |1 is obsolete| | --- Comment #23 from Jonathan Druart <[email protected]> --- Created attachment 125724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125724&action=edit Bug 28734: Parse display in $biblio->get_marc_notes 1. Go to Koha Administration, MARC bibliographic frameworks 2. Edit a framework, find tag 590, edit the $z subfield to use an authorised value. 3. Do a catalogue search and edit a record using this framework. Edit 590$z and select an authorised value. Save the record. 4. Add the record to your cart. 5. View your cart. Click More Details. 6. Scroll down to the Notes section. Notice the authorised value code is displayed instead of the description. 7. Apply the patch, restart services. 8. Refresh your cart. Click More Details again if you need to. 9. Scroll down to the Notes section. The description of the authorised value should now be displayed. Sponsored-by: Catalyst IT Signed-off-by: David Nind <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> Signed-off-by: David Nind <[email protected]> Signed-off-by: Joonas Kylmälä <[email protected]> Bug 28734: (follow-up) Use transformMARCXML4XSLT and tests Confirm the following tests pass: - t/db_dependent/Koha/Biblio.t - t/db_dependent/XSLT.t Signed-off-by: David Nind <[email protected]> Signed-off-by: Joonas Kylmälä <[email protected]> Bug 28734: (QA follow-up) Fix test imports and readability Signed-off-by: Joonas Kylmälä <[email protected]> Bug 28734: (QA follow-up) Update documentation about function usage We are now using the function from Koha::Biblio. Signed-off-by: Joonas Kylmälä <[email protected]> Bug 28734: Remove unadvertised changes 1. Using $frameworkcode instead of the default '' is an unadvertised change. It would make sense to use $frameworkcode, but actually we must remove this parameter and always use the default, as we decided to make the default authoritative. I would prefer to not introduce this change, just in case.. 2. Remove uneeded C4::Koha:: prefix 3. Restore good import (use plurals) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
