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

(-)a/opac/opac-downloadcart.pl (-2 / +1 lines)
Lines 102-108 if ($bib_list && $format) { Link Here
102
                $output .= marc2ris($record);
102
                $output .= marc2ris($record);
103
            }
103
            }
104
            elsif ($format eq 'bibtex') {
104
            elsif ($format eq 'bibtex') {
105
                $output .= marc2bibtex($record, $biblio);
105
                $output .= marc2bibtex($record, $biblio->biblionumber);
106
            }
106
            }
107
            elsif ( $format eq 'isbd' ) {
107
            elsif ( $format eq 'isbd' ) {
108
                my $framework = GetFrameworkCode( $biblio );
108
                my $framework = GetFrameworkCode( $biblio );
109
- 

Return to bug 35975