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

(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 885-890 sub patron_attributes_form { Link Here
885
                    $newentry->{auth_val_loop} = GetAuthorisedValues($attr_type->authorised_value_category(), $attr->{value});
885
                    $newentry->{auth_val_loop} = GetAuthorisedValues($attr_type->authorised_value_category(), $attr->{value});
886
                }
886
                }
887
                $i++;
887
                $i++;
888
                undef $newentry->{value} if ($attr_type->unique_id() && $op eq 'duplicate');
888
                $newentry->{form_id} = "patron_attr_$i";
889
                $newentry->{form_id} = "patron_attr_$i";
889
                push @{$items_by_class{$attr_type->class()}}, $newentry;
890
                push @{$items_by_class{$attr_type->class()}}, $newentry;
890
            }
891
            }
891
- 

Return to bug 22910