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

(-)a/reports/bor_issues_top.pl (-2 / +1 lines)
Lines 102-108 if ($do_it) { Link Here
102
		print join($sep, map {$_->{totalcol}} @$cols);
102
		print join($sep, map {$_->{totalcol}} @$cols);
103
        print $sep.@$results[0]->{total};
103
        print $sep.@$results[0]->{total};
104
    }
104
    }
105
    exit(1);
105
    exit(0);
106
}
106
}
107
107
108
my $dbh = C4::Context->dbh;
108
my $dbh = C4::Context->dbh;
109
- 

Return to bug 7772