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

(-)a/C4/Biblio.pm (-2 / +1 lines)
Lines 220-226 sub AddBiblio { Link Here
220
220
221
            # transform the data into koha-table style data
221
            # transform the data into koha-table style data
222
            SetUTF8Flag($record);
222
            SetUTF8Flag($record);
223
            my $olddata = TransformMarcToKoha( $record, $frameworkcode );
223
            my $olddata = TransformMarcToKoha( $record, $frameworkcode, 'no_items' );
224
224
225
            my $biblio = Koha::Biblio->new(
225
            my $biblio = Koha::Biblio->new(
226
                {
226
                {
227
- 

Return to bug 30789