Bugzilla – Attachment 63324 Details for
Bug 13452
Average checkout report always uses biblioitems.itemtype
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13452: Fix for plack
SIGNED-OFF-Bug-13452-Fix-for-plack.patch (text/plain), 1.12 KB, created by
Josef Moravec
on 2017-05-10 09:06:58 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13452: Fix for plack
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-10 09:06:58 UTC
Size:
1.12 KB
patch
obsolete
>From 8cd7c55bee8630cbefffb693b4b85aedde528a1e Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 12 Oct 2016 12:38:16 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 13452: Fix for plack > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > reports/issues_avg_stats.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/issues_avg_stats.pl b/reports/issues_avg_stats.pl >index 1e8e138..5c35de7 100755 >--- a/reports/issues_avg_stats.pl >+++ b/reports/issues_avg_stats.pl >@@ -61,7 +61,6 @@ my $rodsp = $input->param("ReturnDisplay"); > my $calc = $input->param("Cellvalue"); > my $output = $input->param("output"); > my $basename = $input->param("basename"); >-my $itype = C4::Context->preference('item-level_itypes') ? "items.itype" : "biblioitems.itemtype"; > > #warn "calcul : ".$calc; > my ($template, $borrowernumber, $cookie) >@@ -178,6 +177,7 @@ sub calculate { > my @looprow; > my %globalline; > my $grantotal =0; >+ my $itype = C4::Context->preference('item-level_itypes') ? "items.itype" : "biblioitems.itemtype"; > # extract parameters > my $dbh = C4::Context->dbh; > >-- >2.1.4
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 13452
:
40003
|
40004
|
40798
|
43053
|
48987
|
56246
|
63322
|
63323
|
63324
|
64304
|
64305
|
64306
|
64307
|
64308
|
64309