Bugzilla – Attachment 2050 Details for
Bug 4369
Local use does not update datelastseen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for bug 4369
0001-Fixes-bug-4369-Local-use-does-not-update-datelastse.patch (text/plain), 1002 bytes, created by
Chris Cormack
on 2010-04-05 17:10:00 UTC
(
hide
)
Description:
Patch for bug 4369
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-04-05 17:10:00 UTC
Size:
1002 bytes
patch
obsolete
>From 39fad9ed23d7d35cd22e82f923ca9bcc9d25a5a0 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Mon, 5 Apr 2010 16:57:44 +0000 >Subject: [PATCH] Fixes bug 4369: Local use does not update datelastseen >Content-Type: text/plain; charset="utf-8" > >--- > C4/Circulation.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index d780189..e3122d0 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -688,6 +688,7 @@ sub CanBookBeIssued { > if ( $borrower->{'category_type'} eq 'X' && ( $item->{barcode} )) { > # stats only borrower -- add entry to statistics table, and return issuingimpossible{STATS} = 1 . > &UpdateStats(C4::Context->userenv->{'branch'},'localuse','','',$item->{'itemnumber'},$item->{'itemtype'},$borrower->{'borrowernumber'}); >+ ModDateLastSeen( $item->{'itemnumber'} ); > return( { STATS => 1 }, {}); > } > if ( $borrower->{flags}->{GNA} ) { >-- >1.5.6.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 4369
: 2050