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

(-)a/tools/inventory.pl (-2 / +1 lines)
Lines 434-440 if ( defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on' ) Link Here
434
    my $columns = Koha::Database::Columns->columns;
434
    my $columns = Koha::Database::Columns->columns;
435
    my @translated_keys;
435
    my @translated_keys;
436
    for my $key (
436
    for my $key (
437
        qw / biblioitems.title    biblio.author
437
        qw / biblio.title    biblio.author
438
        items.barcode        items.itemnumber
438
        items.barcode        items.itemnumber
439
        items.homebranch     items.location   items.ccode
439
        items.homebranch     items.location   items.ccode
440
        items.itemcallnumber items.notforloan
440
        items.itemcallnumber items.notforloan
441
- 

Return to bug 40702