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

(-)a/tools/modborrowers.pl (-2 / +1 lines)
Lines 157-163 if ( $op eq 'cud-show' ) { Link Here
157
                attribute_code => $attr_type->code,
157
                attribute_code => $attr_type->code,
158
                attribute_lib  => $attr_type->description,
158
                attribute_lib  => $attr_type->description,
159
                category_lib   => $category_lib,
159
                category_lib   => $category_lib,
160
                type           => $attr_type->authorised_value_category ? 'cud-select' : 'text',
160
                type           => $attr_type->authorised_value_category ? 'select' : 'text',
161
            };
161
            };
162
    }
162
    }
163
163
164
- 

Return to bug 37129