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

(-)a/tools/inventory.pl (-1 / +2 lines)
Lines 77-82 my @authorised_value_list; Link Here
77
my $authorisedvalue_categories = '';
77
my $authorisedvalue_categories = '';
78
78
79
my $frameworks = getframeworks();
79
my $frameworks = getframeworks();
80
$frameworks->{''} = {frameworkcode => ''}; # Add the default framework
81
80
for my $fwk (keys %$frameworks){
82
for my $fwk (keys %$frameworks){
81
  my $fwkcode = $frameworks->{$fwk}->{'frameworkcode'};
83
  my $fwkcode = $frameworks->{$fwk}->{'frameworkcode'};
82
  my $authcode = GetAuthValCode('items.location', $fwkcode);
84
  my $authcode = GetAuthValCode('items.location', $fwkcode);
83
- 

Return to bug 6363