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

(-)a/circ/overdue.pl (-2 lines)
Lines 128-134 my $patron_attrs = Koha::Patron::Attribute::Types->search_with_library_limits( Link Here
128
128
129
my $ordinal = 0;
129
my $ordinal = 0;
130
while (my $attr = $patron_attrs->next ) {
130
while (my $attr = $patron_attrs->next ) {
131
    warn $attr->code;
132
    my $row = {
131
    my $row = {
133
        code => $attr->code,
132
        code => $attr->code,
134
        description => $attr->description,
133
        description => $attr->description,
135
- 

Return to bug 11750