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

(-)a/Koha/Patron/Attribute.pm (-1 / +2 lines)
Lines 140-145 sub _check_unique_id { Link Here
140
        Koha::Exceptions::Patron::Attribute::UniqueIDConstraint->throw()
140
        Koha::Exceptions::Patron::Attribute::UniqueIDConstraint->throw()
141
            if $unique_count > 0;
141
            if $unique_count > 0;
142
    }
142
    }
143
144
    return $self;
143
}
145
}
144
146
145
=head3 _type
147
=head3 _type
146
- 

Return to bug 17828