Bugzilla – Attachment 9294 Details for
Bug 8006
Loading offline circulation does not anonymize
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8006 - Loading offline circulation does not anonymize
Bug-8006---Loading-offline-circulation-does-not-an.patch (text/plain), 950 bytes, created by
Kyle M Hall
on 2012-04-25 12:46:07 UTC
(
hide
)
Description:
Bug 8006 - Loading offline circulation does not anonymize
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-04-25 12:46:07 UTC
Size:
950 bytes
patch
obsolete
>From eca0bee89fa6babe5429a4ca0dce29ac0caff689 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 25 Apr 2012 08:44:50 -0400 >Subject: [PATCH] Bug 8006 - Loading offline circulation does not anonymize > >Simple, one line fix. Added the privacy parameter to the list >of parameters passed to C4::Circulation::MarkIssueReturned. >--- > offline_circ/process_koc.pl | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/offline_circ/process_koc.pl b/offline_circ/process_koc.pl >index c4964b5..75ff319 100755 >--- a/offline_circ/process_koc.pl >+++ b/offline_circ/process_koc.pl >@@ -329,7 +329,8 @@ sub kocReturnItem { > $borrowernumber, > $item->{'itemnumber'}, > undef, >- $circ->{'date'} >+ $circ->{'date'}, >+ $borrower->{'privacy'} > ); > > ModItem({ onloan => undef }, $item->{'biblionumber'}, $item->{'itemnumber'}); >-- >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 8006
: 9294