Bugzilla – Attachment 32694 Details for
Bug 12871
wthdrawn instead of withdrawn in ILSDI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12871 - wthdrawn instead of withdrawn in ILSDI
Bug-12871---wthdrawn-instead-of-withdrawn-in-ILSDI.patch (text/plain), 1.19 KB, created by
Chris Cormack
on 2014-10-24 20:36:50 UTC
(
hide
)
Description:
Bug 12871 - wthdrawn instead of withdrawn in ILSDI
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-10-24 20:36:50 UTC
Size:
1.19 KB
patch
obsolete
>From 46ff8307e4d0b2d8c4adb581149328486cb62ccc Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 4 Sep 2014 10:26:51 +0200 >Subject: [PATCH] Bug 12871 - wthdrawn instead of withdrawn in ILSDI > >Bug 10550 as renamed items.wthdrawn into items.withdrawn. >This change was missing in ILSDI/Services.pm > >Test plan : >Test ILSDI webservice GetAvailability on a item with items.withdrawn > 0. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/ILSDI/Services.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 0b02bc7..45864ab 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -772,7 +772,7 @@ sub _availability { > return ( $biblionumber, 'not available', 'Checked out', $location ); > } elsif ( $item->{'itemlost'} ) { > return ( $biblionumber, 'not available', 'Item lost', $location ); >- } elsif ( $item->{'wthdrawn'} ) { >+ } elsif ( $item->{'withdrawn'} ) { > return ( $biblionumber, 'not available', 'Item withdrawn', $location ); > } elsif ( $item->{'damaged'} ) { > return ( $biblionumber, 'not available', 'Item damaged', $location ); >-- >1.9.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 12871
:
31365
|
32694
|
32707