|
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 |
- |
|
|