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

(-)a/Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm (-2 / +1 lines)
Lines 124-130 sub process { Link Here
124
            my ( $date_first_issue_online, $date_last_issue_online ) =
124
            my ( $date_first_issue_online, $date_last_issue_online ) =
125
              $fix_coverage->( $record->subfield( '866', 'a' ) );
125
              $fix_coverage->( $record->subfield( '866', 'a' ) );
126
            my ( $num_first_vol_online, $num_last_vol_online ) =
126
            my ( $num_first_vol_online, $num_last_vol_online ) =
127
              fix_coverage->( $record->subfield( '863', 'a' ) );
127
              $fix_coverage->( $record->subfield( '863', 'a' ) );
128
            my ( $num_first_issue_online, $num_last_issue_online ) =
128
            my ( $num_first_issue_online, $num_last_issue_online ) =
129
              ( '', '' );    # FIXME ?
129
              ( '', '' );    # FIXME ?
130
            my $title_url = $record->subfield( '856', 'u' );
130
            my $title_url = $record->subfield( '856', 'u' );
131
- 

Return to bug 32779