]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#2004587: add option to marc_export to tune 852$b output
authorGalen Charlton <gmc@equinoxOLI.org>
Wed, 5 Apr 2023 20:58:13 +0000 (16:58 -0400)
committerJason Stephenson <jason@sigio.com>
Tue, 10 Oct 2023 20:16:13 +0000 (16:16 -0400)
commit8e53c62c548e82d395ce8505173f4a7bd5cc1549
tree11e37b3d2d852139d17e52299f332aea9ff90037
parent430814d4b7e36a5daead960816f7f544de7b81b1
LP#2004587: add option to marc_export to tune 852$b output

The new --852b switch (when used in conjunction with --items)
takes the following values:

 * circ_lib - emit the item circulation library in 852$b
 * owning_lib - emit the owning library in 852$b
 * both - emit owning lib and circ lib as separate repeats
   of $b. This is both the default and legacy behavior.

To test
-------
[1] Set up some items with differing values for the owning
    library and the circulating library.
[2] Run several exports exercising the three --852b options
    and verify that the 852 $b output matches what is specified
    by the switch.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/support-scripts/marc_export.in
docs/RELEASE_NOTES_NEXT/Administration/marc_export_852b.adoc [new file with mode: 0644]