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 Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
20ce110f5c
commit
c0df2d0e86
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue