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

(-)a/acqui/basketgroup.pl (-1 / +1 lines)
Lines 183-188 sub printbasketgrouppdf{ Link Here
183
            # Editor Number
183
            # Editor Number
184
            my $en;
184
            my $en;
185
            my $edition;
185
            my $edition;
186
            my $ord->{marcxml} = C4::Biblio::GetXmlBiblio( $ord->{biblionumber} );
186
            my $marcrecord=eval{MARC::Record::new_from_xml( $ord->{marcxml},'UTF-8' )};
187
            my $marcrecord=eval{MARC::Record::new_from_xml( $ord->{marcxml},'UTF-8' )};
187
            if ($marcrecord){
188
            if ($marcrecord){
188
                if ( C4::Context->preference("marcflavour") eq 'UNIMARC' ) {
189
                if ( C4::Context->preference("marcflavour") eq 'UNIMARC' ) {
189
- 

Return to bug 17196