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

(-)a/tools/modborrowers.pl (-1 / +1 lines)
Lines 176-181 if ( $op eq 'cud-show' || $op eq 'show' ) { Link Here
176
            category_lib   => $category_lib,
176
            category_lib   => $category_lib,
177
            type           => $attr_type->authorised_value_category ? 'select' : 'text',
177
            type           => $attr_type->authorised_value_category ? 'select' : 'text',
178
            };
178
            };
179
        @patron_attributes_codes = sort { $a->{attribute_lib} cmp $b->{attribute_lib} } @patron_attributes_codes;
179
    }
180
    }
180
181
181
    my @attributes_header = ();
182
    my @attributes_header = ();
182
- 

Return to bug 40843