Bugzilla – Attachment 86243 Details for
Bug 21832
Restore is_expired in ILS-DI GetPatronInfo service
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21832: add is_expired to ILS-DI example
Bug-21832-add-isexpired-to-ILS-DI-example.patch (text/plain), 1.10 KB, created by
Fridolin Somers
on 2019-03-07 13:48:14 UTC
(
hide
)
Description:
Bug 21832: add is_expired to ILS-DI example
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2019-03-07 13:48:14 UTC
Size:
1.10 KB
patch
obsolete
>From a9bb3a1a35754430d1006ec2333116503bb7198a Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 7 Mar 2019 14:46:29 +0100 >Subject: [PATCH] Bug 21832: add is_expired to ILS-DI example > >Test plan : >1) Apply patch >2) Enable ILS-DI >3) Go to <opac URL>/cgi-bin/koha/ilsdi.pl?service=Describe&verb=GetPatronInfo >4) Check you see is_expired in example response >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >index 7dc59dae5a..7c882d4b3b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >@@ -540,6 +540,7 @@ > <dateenrolled>2009-03-04</dateenrolled> > <borrowernotes></borrowernotes> > <dateexpiry>2010-03-04</dateexpiry> >+ <is_expired>0</is_expired> > <firstname>Jean-André</firstname> > <gonenoaddress>0</gonenoaddress> > <dateofbirth>1984-06-08</dateofbirth> >-- >2.17.1
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 21832
:
82323
|
82363
|
84894
|
84909
|
85022
|
85800
|
85801
|
86063
|
86064
|
86243
|
86701