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

(-)a/members/memberentry.pl (-2 / +1 lines)
Lines 944-950 sub patron_attributes_form { Link Here
944
                $i++;
944
                $i++;
945
                undef $newentry->{value} if ($attr_type->unique_id() && $op eq 'duplicate');
945
                undef $newentry->{value} if ($attr_type->unique_id() && $op eq 'duplicate');
946
                $newentry->{form_id} = "patron_attr_$i";
946
                $newentry->{form_id} = "patron_attr_$i";
947
                push @{$items_by_class{$attr_type->{class}}}, $newentry;
947
                push @{$items_by_class{$attr_type->class()}}, $newentry;
948
            }
948
            }
949
        } else {
949
        } else {
950
            $i++;
950
            $i++;
951
- 

Return to bug 27420