@@ -, +, @@ --- tools/inventory.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/tools/inventory.pl +++ a/tools/inventory.pl @@ -361,6 +361,8 @@ if (defined $input->param('CSVexport') && $input->param('CSVexport') eq 'on'){ push @line, "change item status"; } elsif ($item->{problem} eq 'not_scanned' ) { push @line, "item not scanned"; + } elsif ($item->{problem} eq 'out_of_order' ) { + push @line, "possibly out of order"; } } $csv->combine(@line); --