From 6afe826f3f7ea127fc44c4aadb345ce509c965ef Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Wed, 20 Jun 2018 14:33:25 -0700 Subject: [PATCH 1/1] Docs: documenting --items option of marc_export Signed-off-by: Jane Sandberg --- docs/development/support_scripts.adoc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc index e6701496de..7f4fdb78eb 100644 --- a/docs/development/support_scripts.adoc +++ b/docs/development/support_scripts.adoc @@ -171,6 +171,29 @@ All of the specified org. units and their descendants will be included in the output. You can also combine `--library` and `--descendants` options when necessary. +--items ++++++++ + +The `--items` option will add an 852 field for every relevant item to the MARC +record. This 852 field includes the following information: + +[options="header",cols="2,3"] +|=================================== +|Subfield |Contents +|$b (occurrence 1) |Call number owning library shortname +|$b (occurrence 2) |Item circulating library shortname +|$c |Shelving location +|$g |Circulation modifier +|$j |Call number +|$k |Call number prefix +|$m |Call number suffix +|$p |Barcode +|$t |Copy number +|$x |Miscellaneous item information +|$y |Price +|=================================== + + --since +++++++ -- 2.43.2