Bugzilla – Attachment 12210 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), 1.09 KB, created by
Mason James
on 2012-09-14 08:57:12 UTC
(
hide
)
Description:
Bug 6151 - Followup - Change 'itemnumber' to 'barcode'
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-09-14 08:57:12 UTC
Size:
1.09 KB
patch
obsolete
>From 9b95659af0d20f81c0a11da7357c21050220258c 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' >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > circ/circulation.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index c9fd1f1..f15d4ce 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -464,7 +464,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