Bugzilla – Attachment 94978 Details for
Bug 23429
ilsdi.pl GetRecords documentation does not match output
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23429: ilsdi.pl GetRecords documentation does not match output
Bug-23429-ilsdipl-GetRecords-documentation-does-no.patch (text/plain), 3.55 KB, created by
Katrin Fischer
on 2019-11-02 23:07:42 UTC
(
hide
)
Description:
Bug 23429: ilsdi.pl GetRecords documentation does not match output
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-11-02 23:07:42 UTC
Size:
3.55 KB
patch
obsolete
>From eca48814146642775bd2ebac448f44216a473f70 Mon Sep 17 00:00:00 2001 >From: Jon Knight <j.p.knight@lboro.ac.uk> >Date: Wed, 21 Aug 2019 15:14:19 +0100 >Subject: [PATCH] Bug 23429: ilsdi.pl GetRecords documentation does not match > output > >Updated contents of Describe for GetRecords to match current behaviour. > >To test, ensure ILSDI is configured and then compare the output of: > >http://yourserver/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetRecords > >before and after applying the patch. Note that afterwards it includes >things like <onloan> and has removed elements such as <date_due> that no >longer get returned. > >https://bugs.koha-community.org/show_bug.cgi?id=23429 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 37 ++++++++++++++--------- > 1 file changed, 22 insertions(+), 15 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >index 7c882d4b3b..dde7091850 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >@@ -276,25 +276,32 @@ > </reserves> > <items> > <item> >- <biblioitemnumber>1</biblioitemnumber> >+ <onloan>2019-10-01</onloan> >+ <holdingbranch>BIB</holdingbranch> >+ <location>Secteur Adulte</location> >+ <datelastborrowed>2019-07-18</datelastborrowed> >+ <biblioitemnumber>526315</biblioitemnumber> >+ <permanent_location>Secteur Adulte</permanent_location> >+ <datelastseen>2019-07-18</datelastseen> > <withdrawn>0</withdrawn> >- <holdingbranchname>Bibliothèque Jean Prunier</holdingbranchname> >+ <itype>LONG</itype> > <notforloan>0</notforloan> >- <replacementpricedate>2008-08-20</replacementpricedate> >- <itemnumber>1</itemnumber> >- <location>Secteur Adulte</location> >- <itemcallnumber>R ABE</itemcallnumber> >- <date_due></date_due> >- <itemlost>0</itemlost> >- <datelastseen>2008-08-20</datelastseen> >- <homebranch>BIB</homebranch> >+ <biblionumber>526315</biblionumber> >+ <itemnumber>847332</itemnumber> >+ <price>22.17</price> >+ <dateaccessioned>2016-09-13</dateaccessioned> >+ <issues>10</issues> > <homebranchname>Bibliothèque Jean Prunier</homebranchname> >- <biblionumber>1</biblionumber> >- <holdingbranch>BIB</holdingbranch> >- <timestamp>2008-08-20 17:15:51</timestamp> >- <damaged>0</damaged> >+ <homebranch>BIB</homebranch> >+ <timestamp>2019-07-18 17:03:03</timestamp> > <cn_sort>R_ABE</cn_sort> >- <dateaccessioned>2008-08-20</dateaccessioned> >+ <itemlost>0</itemlost> >+ <renewals>28</renewals> >+ <barcode>040444587X</barcode> >+ <damaged>0</damaged> >+ <replacementpricedate>2018-02-01</replacementpricedate> >+ <itemcallnumber>005.55 SPS/BRA</itemcallnumber> >+ <holdingbranchname>Bibliothèque Jean Prunier</holdingbranchname> > </item> > </items> > </record> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23429
:
92405
|
94978
|
94979