View | Details | Raw Unified | Return to bug 7684
Collapse All | Expand All

(-)a/tools/inventory.pl (-2 / +1 lines)
Lines 296-302 if (defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on'){ Link Here
296
        -attachment => 'inventory.csv',
296
        -attachment => 'inventory.csv',
297
    );
297
    );
298
298
299
    my $columns_def_hashref = C4::Reports::Guided::_get_column_defs();
299
    my $columns_def_hashref = C4::Reports::Guided::_get_column_defs($input);
300
    foreach my $key ( keys %$columns_def_hashref ) {
300
    foreach my $key ( keys %$columns_def_hashref ) {
301
        my $initkey = $key;
301
        my $initkey = $key;
302
        $key =~ s/[^\.]*\.//;
302
        $key =~ s/[^\.]*\.//;
303
- 

Return to bug 7684