Bugzilla – Attachment 29201 Details for
Bug 12469
Add more information to the ILS-DI results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12469 - make ILS-DI include the call number.
Bug-12469---make-ILS-DI-include-the-call-number.patch (text/plain), 1.12 KB, created by
Robin Sheat
on 2014-06-24 23:54:36 UTC
(
hide
)
Description:
Bug 12469 - make ILS-DI include the call number.
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-06-24 23:54:36 UTC
Size:
1.12 KB
patch
obsolete
>From ed65ec86a983f049bea6b84a5586e09521f3d7a2 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 24 Jun 2014 15:28:15 +1200 >Subject: [PATCH] Bug 12469 - make ILS-DI include the call number. > >This has ILS-DI include the call number as part of the human-readable >location field. It is included in the same form as the examples in the >specification. > >Test plan: >* Hit an ILS-DI URL like: >http://koha/cgi-bin/koha/ilsdi.pl?service=GetAvailability&id=1+2+1781&id_type=item >* see that the lication information is now "Branch, Call # 123.4 ABC" >--- > C4/ILSDI/Services.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index bd201d3..22474a8 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -777,6 +777,7 @@ sub _availability { > > my $biblionumber = $item->{'biblioitemnumber'}; > my $location = GetBranchName( $item->{'holdingbranch'} ); >+ $location .= ", Call # $item->{itemcallnumber}" if $item->{itemcallnumber}; > > if ( $item->{'notforloan'} ) { > return ( $biblionumber, 'not available', 'Not for loan', $location ); >-- >1.8.3.2
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 12469
:
29183
|
29201
|
29202
|
97955
|
97956
|
97957
|
97958