https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32509
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190696|0 |1 is obsolete| | --- Comment #12 from David Nind <[email protected]> --- Created attachment 190743 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190743&action=edit Bug 32509: Embed see-also-from headings into bibliographic records export In misc/export_records.pl add an option to add see-also-from headings (from authorities 5xx) into bibliographic records export. Like see-from. Test plan : 1) Choose a biblio record having a field (for example 650) linked to an authority with a see-also-from. 2) Export this record without see-also-from headings : misc/export_records.pl --starting_biblionumber=X --ending_biblionumber=X --filename /tmp/record_without.xml --format xml 3) Export this record with see-also-from headings : misc/export_records.pl --starting_biblionumber=X --ending_biblionumber=X --filename /tmp/record_with.xml --format xml --embed_see_also_from_headings 4) Compare /tmp/record_without.xml and /tmp/record_with.xml => you should see two 650, one with main heading and one with see-also-from heading Signed-off-by: David Nind <[email protected]> -- 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/
