Bugzilla – Attachment 11585 Details for
Bug 6151
IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6151 - Followup - Change 'itemnumber' to 'barcode'
Bug-6151---Followup---Change-itemnumber-to-barcode.patch (text/plain), 988 bytes, created by
Kyle M Hall (khall)
on 2012-08-13 20:02:12 UTC
(
hide
)
Description:
Bug 6151 - Followup - Change 'itemnumber' to 'barcode'
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-08-13 20:02:12 UTC
Size:
988 bytes
patch
obsolete
>From 79e4cd07503a966225e210175e34f14c7361382c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 13 Aug 2012 16:02:04 -0400 >Subject: [PATCH] Bug 6151 - Followup - Change 'itemnumber' to 'barcode' > >--- > circ/circulation.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index a2d70c4..88ed9fe 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -466,7 +466,7 @@ sub build_issue_data { > $it->{'od'} = $it->{'overdue'}; > ($it->{'author'} eq '') and $it->{'author'} = ' '; > $it->{'renew_failed'} = $renew_failed{$it->{'itemnumber'}}; >- $it->{'return_failed'} = $return_failed{$it->{'itemnumber'}}; >+ $it->{'return_failed'} = $return_failed{$it->{'barcode'}}; > > if ( $it->{'issuedate'} gt $todaysdate or $it->{'lastreneweddate'} gt $todaysdate ) { > (!$relatives) ? push @todaysissues, $it : push @relissues, $it; >-- >1.7.2.5
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 6151
:
6497
|
6701
|
11250
|
11294
|
11295
|
11410
|
11585
|
11595
|
12208
|
12209
|
12210