update to process firm the same as firmware
This commit is contained in:
parent
61b359fb11
commit
8d062e9649
@ -1724,6 +1724,10 @@ sub inv {
|
||||
$sessdata->{skipotherfru}=1;
|
||||
@types = qw(asset);
|
||||
}
|
||||
elsif($subcommand eq "firm" || $subcommand eq "firmware") {
|
||||
$sessdata->{skipotherfru}=1;
|
||||
@types = qw(firmware);
|
||||
}
|
||||
elsif($subcommand eq "model") {
|
||||
$sessdata->{skipotherfru}=1;
|
||||
@types = qw(model);
|
||||
|
Loading…
Reference in New Issue
Block a user