@@ -, +, @@ location pulled from Description (OPAC) --- basket/basket.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/basket/basket.pl +++ a/basket/basket.pl @@ -74,8 +74,8 @@ foreach my $biblionumber ( @bibs ) { $hasauthors = 1; } - my $shelflocations =GetKohaAuthorisedValues('items.location',$dat->{'frameworkcode'}, 'opac'); - my $collections = GetKohaAuthorisedValues('items.ccode',$dat->{'frameworkcode'}, 'opac'); + my $shelflocations =GetKohaAuthorisedValues('items.location',$dat->{'frameworkcode'}); + my $collections = GetKohaAuthorisedValues('items.ccode',$dat->{'frameworkcode'}); for my $itm (@items) { if ($itm->{'location'}){ --