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

(-)a/members/memberentry.pl (-2 / +1 lines)
Lines 285-291 if ( ( $op eq 'cud-save' || $op eq 'cud-insert' ) Link Here
285
}
285
}
286
286
287
foreach my $guarantor (@guarantors) {
287
foreach my $guarantor (@guarantors) {
288
    if ( ( $op eq 'cud-save' || $op eq 'cud-insert' ) && $guarantor->is_child || $guarantor->category->can_be_guarantee ) {
288
    if ( ( $op eq 'cud-save' || $op eq 'cud-insert' ) && $guarantor->is_child ) {
289
        push @errors, 'ERROR_guarantor_is_guarantee';
289
        push @errors, 'ERROR_guarantor_is_guarantee';
290
    }
290
    }
291
}
291
}
292
- 

Return to bug 37892