]> git.evergreen-ils.org Git - working/Evergreen.git/commit - Open-ILS/src/perlmods/OpenILS/Utils/MFHDParser.pm
Basic support for returning MFHD for display purposes
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 26 Apr 2009 01:31:26 +0000 (01:31 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 26 Apr 2009 01:31:26 +0000 (01:31 +0000)
commita87744e7ccef614787f2799f64149cbc7582c94f
tree813fa23a6aaa0f176d0b995bb2d6d0e72d72c373
parent0ee9089a40879550a6a434621a63391d75714741
Basic support for returning MFHD for display purposes

Interim measure, while there is a direct linkage between sre and bre,
is to invoke the bib_to_mfhd_hash method at record display time;
probably should return a structure including a count of parsed MFHD
records to shortcut cycling through all the arrays, but baby steps

git-svn-id: svn://svn.open-ils.org/ILS/trunk@12987 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/OpenILS/Application/Search.pm
Open-ILS/src/perlmods/OpenILS/Application/Search/Serial.pm [new file with mode: 0644]
Open-ILS/src/perlmods/OpenILS/Utils/MFHDParser.pm