Lines 494-499
sub AddMember {
Link Here
|
494 |
$data{'dateofbirth'} = undef if ( not $data{'dateofbirth'} ); |
494 |
$data{'dateofbirth'} = undef if ( not $data{'dateofbirth'} ); |
495 |
$data{'debarred'} = undef if ( not $data{'debarred'} ); |
495 |
$data{'debarred'} = undef if ( not $data{'debarred'} ); |
496 |
$data{'sms_provider_id'} = undef if ( not $data{'sms_provider_id'} ); |
496 |
$data{'sms_provider_id'} = undef if ( not $data{'sms_provider_id'} ); |
|
|
497 |
$data{'guarantorid'} = undef if ( not $data{'guarantorid'} ); |
497 |
|
498 |
|
498 |
# get only the columns of Borrower |
499 |
# get only the columns of Borrower |
499 |
# FIXME Do we really need this check? |
500 |
# FIXME Do we really need this check? |
500 |
- |
|
|