77 |
my $shelflocations =GetKohaAuthorisedValues('items.location',$dat->{'frameworkcode'}, 'opac'); |
77 |
my $shelflocations =GetKohaAuthorisedValues('items.location',$dat->{'frameworkcode'}); |
78 |
my $collections = GetKohaAuthorisedValues('items.ccode',$dat->{'frameworkcode'}, 'opac'); |
78 |
my $collections = GetKohaAuthorisedValues('items.ccode',$dat->{'frameworkcode'}); |