From eca48814146642775bd2ebac448f44216a473f70 Mon Sep 17 00:00:00 2001 From: Jon Knight 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 and has removed elements such as that no longer get returned. https://bugs.koha-community.org/show_bug.cgi?id=23429 Signed-off-by: Katrin Fischer --- 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