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

(-)a/opac/opac-memberentry.pl (-2 / +1 lines)
Lines 756-762 sub ParsePatronAttributes { Link Here
756
    }
756
    }
757
757
758
    foreach my $code ( keys %{$delete_candidates} ) {
758
    foreach my $code ( keys %{$delete_candidates} ) {
759
        if ( not $borrowernumber # self-registration
759
        if ( !$borrowernumber # self-registration
760
            || Koha::Patron::Attributes->search({
760
            || Koha::Patron::Attributes->search({
761
                borrowernumber => $borrowernumber, code => $code })->count > 0 )
761
                borrowernumber => $borrowernumber, code => $code })->count > 0 )
762
        {
762
        {
763
- 

Return to bug 36816