@@ -, +, @@ "name of Authorized values for the lost state" This is the problem expected values. --- tools/inventory.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/inventory.pl +++ a/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) { --