Bugzilla – Attachment 22210 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), 1.06 KB, created by
Kyle M Hall (khall)
on 2013-10-21 22:35:15 UTC
(
hide
)
Description:
Bug 7684: Argument missing
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-10-21 22:35:15 UTC
Size:
1.06 KB
patch
obsolete
>From f72be40f814e8dbf449bc70cc26105a72516c443 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. > >Signed-off-by: Koha Team Amu <koha.aixmarseille@gmail.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > tools/inventory.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.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 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