X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=tools%2Finventory.pl;h=c671488ef450c7ec5cc3c650cbd04c1aedb4cc13;hb=458c8c1ae1d27cd4099328b4035fb236458fcd67;hp=dd67e4d52f8b70dbb02c43c29c0ceb287b5b32a9;hpb=60efdccafd40de43a4917a80fc96d3f6e63626a7;p=koha.git diff --git a/tools/inventory.pl b/tools/inventory.pl index dd67e4d52f..c671488ef4 100755 --- a/tools/inventory.pl +++ b/tools/inventory.pl @@ -349,7 +349,7 @@ if (defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on'){ $csv->combine(@translated_keys); print $csv->string, "\n"; - my @keys = qw/ title author barcode itemnumber homebranch location itemcallnumber notforloan lost damaged withdrawn stocknumber /; + my @keys = qw/ title author barcode itemnumber homebranch location itemcallnumber notforloan itemlost damaged withdrawn stocknumber /; for my $item ( @$loop ) { my @line; for my $key (@keys) {