@@ -, +, @@ attributes in the batch patron modification --- tools/modborrowers.pl | 1 + 1 file changed, 1 insertion(+) --- a/tools/modborrowers.pl +++ a/tools/modborrowers.pl @@ -107,6 +107,7 @@ if ( $op eq 'show' ) { my $patron_categories = C4::Members::GetBorrowercategoryList; for ( values %$patron_attribute_types ) { my $attr_type = C4::Members::AttributeTypes->fetch( $_->{code} ); + next if $attr_type->{unique_id}; my $options = $attr_type->authorised_value_category ? GetAuthorisedValues( $attr_type->authorised_value_category ) : undef; --