@@ -, +, @@ --- .../unimarc/biblios/biblio-koha-indexdefs.xml | 5 +++++ .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 9 +++++++-- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 3 ++- 3 files changed, 14 insertions(+), 3 deletions(-) --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -1412,6 +1412,11 @@ onloan:w item:w + + + notforloan:n + notforloan:w + Note:w --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -342,6 +342,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -436,8 +443,6 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - - --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ a/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -529,8 +529,9 @@ melm 995$k Call-Number,Local-classification,Call-Number:p,Local-classificatio # (in 995 recommandation : $m - Date of loan or deposit) # $n - Expiration of loan melm 995$n onloan:d,onloan:n,onloan:s,onloan:w,item -# $o - not used currently +# $o - not for loan # (in 995 recommandation : $o - Circulation type (not for loan)) +melm 995$o notforloan:n,notforloan:w # 4 - Sorting and statistic information # $p - not used currently --