Bugzilla – Attachment 21968 Details for
Bug 7684
inventory : datatable fix actions etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7684: Argument missing
Bug-7684-Argument-missing.patch (text/plain), 973 bytes, created by
Jonathan Druart
on 2013-10-11 14:30:51 UTC
(
hide
)
Description:
Bug 7684: Argument missing
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-10-11 14:30:51 UTC
Size:
973 bytes
patch
obsolete
>From 7e2fcbdfee62edf1d1fe1536103ba44c4d4f8b89 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 11 Oct 2013 16:29:34 +0200 >Subject: [PATCH] Bug 7684: Argument missing > >The cgi argument in missing for routine >C4::Reports::Guided::_get_column_defs. It causes a crash on generating >the CSV file. >--- > tools/inventory.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/inventory.pl b/tools/inventory.pl >index dbd73ac..f5a542b 100755 >--- a/tools/inventory.pl >+++ b/tools/inventory.pl >@@ -296,7 +296,7 @@ if (defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on'){ > -attachment => 'inventory.csv', > ); > >- my $columns_def_hashref = C4::Reports::Guided::_get_column_defs(); >+ my $columns_def_hashref = C4::Reports::Guided::_get_column_defs($input); > foreach my $key ( keys %$columns_def_hashref ) { > my $initkey = $key; > $key =~ s/[^\.]*\.//; >-- >1.7.10.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 7684
:
9412
|
10413
|
11793
|
11843
|
12387
|
13097
|
16212
|
16483
|
16484
|
16524
|
16541
|
16594
|
16598
|
17841
|
17844
|
18705
|
18706
|
19215
|
20467
|
20468
|
21112
|
21113
|
21206
|
21331
|
21332
|
21440
|
21441
|
21968
|
21970
|
21971
|
21972
|
22208
|
22209
|
22210