Bugzilla – Attachment 172991 Details for
Bug 38131
ILS-DI documentation still shows renewals instead of renewals_count
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38131: ILS-DI doc must show renewals_count
Bug-38131-ILS-DI-doc-must-show-renewalscount.patch (text/plain), 2.38 KB, created by
David Nind
on 2024-10-18 17:57:16 UTC
(
hide
)
Description:
Bug 38131: ILS-DI doc must show renewals_count
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-10-18 17:57:16 UTC
Size:
2.38 KB
patch
obsolete
>From 4735bbba39d05162459e5b79569222c5b0186b6d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 9 Oct 2024 14:35:11 +0200 >Subject: [PATCH] Bug 38131: ILS-DI doc must show renewals_count > >Since Bug 30275 renamed issues.renewals to issues.renewals_count, the ILS-DI doc needs to be updated in : >koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >Note that service 'RenewLoan' returns 'renewals' this has not changed. > >Test plan : >1) Enable ILS-DI webservice >2) Go to opac : /cgi-bin/koha/ilsdi.pl >3) Click on 'GetRecords' >4) Check you see 'renewals_count' in 'Example response' >5) Click on 'GetPatronInfo' >6) Check you see 'renewals_count' in 'Example response' > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >index 1336393738..fc9d877beb 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >@@ -350,7 +350,7 @@ > <timestamp>2019-07-18 17:03:03</timestamp> > <cn_sort>R_ABE</cn_sort> > <itemlost>0</itemlost> >- <renewals>28</renewals> >+ <renewals_count>28</renewals_count> > <barcode>040444587X</barcode> > <damaged>0</damaged> > <replacementpricedate>2018-02-01</replacementpricedate> >@@ -657,7 +657,7 @@ > <homebranch>BIB</homebranch> > <holdingbranch>BIB</holdingbranch> > <biblionumber>4483</biblionumber> >- <renewals>3</renewals> >+ <renewals_count>3</renewals_count> > <damaged>0</damaged> > <cn_sort>RO_STE</cn_sort> > <frameworkcode></frameworkcode> >@@ -697,7 +697,7 @@ > <homebranch>BIB</homebranch> > <holdingbranch>BIB</holdingbranch> > <biblionumber>4486</biblionumber> >- <renewals>3</renewals> >+ <renewals_count>3</renewals_count> > <damaged>0</damaged> > <cn_sort>78787_BUC</cn_sort> > <volume>une méthode simple et facile pour apprendre la guitare</volume> >-- >2.39.5
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 38131
:
172570
|
172991
|
173378