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

(-)a/C4/Members.pm (-1 / +1 lines)
Lines 478-483 sub AddMember { Link Here
478
    $data{'dateofbirth'}     = undef if ( not $data{'dateofbirth'} );
478
    $data{'dateofbirth'}     = undef if ( not $data{'dateofbirth'} );
479
    $data{'debarred'}        = undef if ( not $data{'debarred'} );
479
    $data{'debarred'}        = undef if ( not $data{'debarred'} );
480
    $data{'sms_provider_id'} = undef if ( not $data{'sms_provider_id'} );
480
    $data{'sms_provider_id'} = undef if ( not $data{'sms_provider_id'} );
481
    $data{'guarantorid'}     = undef if ( not $data{'guarantorid'} );
481
482
482
    # get only the columns of Borrower
483
    # get only the columns of Borrower
483
    # FIXME Do we really need this check?
484
    # FIXME Do we really need this check?
484
- 

Return to bug 17257