Bugzilla – Attachment 8340 Details for
Bug 7755
C4::Items::GetAnalyticsCount needs C4::Search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use C4::Search in C4::Items
0001-Bug-7755-use-C4-Search-in-C4-Items.patch (text/plain), 797 bytes, created by
Julian Maurice
on 2012-03-20 11:02:42 UTC
(
hide
)
Description:
use C4::Search in C4::Items
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-03-20 11:02:42 UTC
Size:
797 bytes
patch
obsolete
>From 59bc9fb322864fff6fd772063e2d5ea8b7bedc81 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 20 Mar 2012 12:01:54 +0100 >Subject: [PATCH] Bug 7755: use C4::Search in C4::Items > >GetAnalyticsCount needs subs from C4::Search >--- > C4/Items.pm | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/C4/Items.pm b/C4/Items.pm >index 676c91b..72c4198 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -29,6 +29,7 @@ use C4::Dates qw/format_date format_date_in_iso/; > use MARC::Record; > use C4::ClassSource; > use C4::Log; >+use C4::Search; # used by GetAnalyticsCount > use List::MoreUtils qw/any/; > use Data::Dumper; # used as part of logging item record changes, not just for > # debugging; so please don't remove this >-- >1.7.9.1 >
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 7755
: 8340