Bugzilla – Attachment 39742 Details for
Bug 3333
item status for "not for loan" by item type / item is different
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3333: Confusing item status for not-for-loans
Bug-3333-Confusing-item-status-for-not-for-loans.patch (text/plain), 931 bytes, created by
Marcel de Rooy
on 2015-06-01 13:23:03 UTC
(
hide
)
Description:
Bug 3333: Confusing item status for not-for-loans
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2015-06-01 13:23:03 UTC
Size:
931 bytes
patch
obsolete
>From 89b54e67294737090e24d43f76d589f241cba384 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 1 Jun 2015 15:21:32 +0200 >Subject: [PATCH] Bug 3333: Confusing item status for not-for-loans >Content-Type: text/plain; charset=utf-8 > >A first try. Please hang on.. >--- > C4/Search.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 990ed39..3e9078d 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -2126,6 +2126,8 @@ sub searchResults { > # items not on loan, but still unavailable ( lost, withdrawn, damaged ) > else { > >+ $item->{notforloan}=1 if !$item->{notforloan} && $itemtypes{ C4::Context->preference("item-level_itypes")? $item->{itype}: $oldbiblio->{itemtype} }->{notforloan}; >+ > # item is on order > if ( $item->{notforloan} < 0 ) { > $ordered_count++; >-- >1.7.10.4
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 3333
:
2290
|
2291
|
39742
|
39807
|
40599
|
41704