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

(-)a/C4/Biblio.pm (-2 / +1 lines)
Lines 3075-3081 sub UpdateTotalIssues { Link Here
3075
    my $biblio = Koha::Biblios->find($biblionumber);
3075
    my $biblio = Koha::Biblios->find($biblionumber);
3076
    unless ($biblio) {
3076
    unless ($biblio) {
3077
        carp "UpdateTotalIssues could not get biblio";
3077
        carp "UpdateTotalIssues could not get biblio";
3078
        return;
3078
        return -1;
3079
    }
3079
    }
3080
3080
3081
    my $record;
3081
    my $record;
3082
- 

Return to bug 11530