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

(-)a/basket/basket.pl (-3 / +2 lines)
Lines 74-81 foreach my $biblionumber ( @bibs ) { Link Here
74
      $hasauthors = 1;
74
      $hasauthors = 1;
75
    }
75
    }
76
	
76
	
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'});
79
79
80
	for my $itm (@items) {
80
	for my $itm (@items) {
81
	    if ($itm->{'location'}){
81
	    if ($itm->{'location'}){
82
- 

Return to bug 9013