Lines 132-138
if ( $op eq 'show' ) {
Link Here
|
132 |
|
132 |
|
133 |
my $category_code = $attr_type->category_code; |
133 |
my $category_code = $attr_type->category_code; |
134 |
my ( $category_lib ) = map { |
134 |
my ( $category_lib ) = map { |
135 |
( defined $category_code and $attr_type->categorycode eq $category_code ) ? $attr_type->description : () |
135 |
( defined $category_code and $attr_type->category_code eq $category_code ) ? $attr_type->description : () |
136 |
} @patron_categories; |
136 |
} @patron_categories; |
137 |
push @patron_attributes_codes, |
137 |
push @patron_attributes_codes, |
138 |
{ |
138 |
{ |
139 |
- |
|
|