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

(-)a/reports/issues_stats.pl (-1 / +1 lines)
Lines 377-382 sub calculate { Link Here
377
                $cell{rowtitle_display} = $patron_category->description and last;
377
                $cell{rowtitle_display} = $patron_category->description and last;
378
            }
378
            }
379
        }
379
        }
380
        $cell{rowtitle_display} //= $celvalue;
380
        push @loopline, \%cell;
381
        push @loopline, \%cell;
381
    }
382
    }
382
383
383
- 

Return to bug 41661