X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fopacdisp.c;h=3f40383842566b2f0a26d99659a4e5393a75acc5;hb=783a6ef05f341c0bb27bac3e78def89df7fc37df;hp=157e58fb0c3c7c25c75f32f46c56c184a5abf5d5;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/opacdisp.c b/src/opacdisp.c index 157e58f..3f40383 100644 --- a/src/opacdisp.c +++ b/src/opacdisp.c @@ -1,8 +1,12 @@ /* - * Copyright (c) 2003, Index Data. + * Copyright (c) 2003-2004, Index Data. * See the file LICENSE for details. * - * $Id: opacdisp.c,v 1.1 2003-10-27 12:21:34 adam Exp $ + * $Id: opacdisp.c,v 1.3 2004-10-15 00:19:00 adam Exp $ + */ +/** + * \file opacdisp.c + * \brief Implements OPAC record display */ #include @@ -77,6 +81,8 @@ void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags) opac_element_str (wrbuf, 2, "localLocation", d->localLocation); opac_element_str (wrbuf, 2, "shelvingLocation", d->shelvingLocation); opac_element_str (wrbuf, 2, "callNumber", d->callNumber); + opac_element_str (wrbuf, 2, "shelvingData", d->shelvingData); + opac_element_str (wrbuf, 2, "copyNumber", d->copyNumber); opac_element_str (wrbuf, 2, "publicNote", d->publicNote); opac_element_str (wrbuf, 2, "reproductionNote", d->reproductionNote);