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

(-)a/opac/opac-memberentry.pl (-2 / +1 lines)
Lines 606-612 sub FilterUnchangedAttributes { Link Here
606
            my $changes = 0;
606
            my $changes = 0;
607
            foreach my $attr (grep { $_->code eq $attribute_type } @patron_attributes) {
607
            foreach my $attr (grep { $_->code eq $attribute_type } @patron_attributes) {
608
                $changes = 1
608
                $changes = 1
609
                    unless any { $_->{ value } eq $attr->attribute } @{ $entered_attributes };
609
                    unless any { $_->{ attribute } eq $attr->attribute } @{ $entered_attributes };
610
                last if $changes;
610
                last if $changes;
611
            }
611
            }
612
612
613
- 

Return to bug 28935