From d6efff2900cb1a9d4da10999d258ed0a4ceaf565 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Mar 2004 19:42:45 +0000 Subject: [PATCH] Show OPAC shelvingData --- client/client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/client.c b/client/client.c index bf3ee37..b6e3616 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.234 2004-03-01 17:33:02 adam Exp $ + * $Id: client.c,v 1.235 2004-03-10 19:42:45 adam Exp $ */ #include @@ -916,6 +916,8 @@ static void display_record(Z_External *r) printf ("shelvingLocation: %s\n", data->shelvingLocation); if (data->callNumber) printf ("callNumber: %s\n", data->callNumber); + if (data->shelvingData) + printf ("shelvingData: %s\n", data->shelvingData); if (data->copyNumber) printf ("copyNumber: %s\n", data->copyNumber); if (data->publicNote) -- 1.7.10.4