ajperezcrespo wrote on Saturday, April 02, 2005:
These lines currently printout the Insurance company name not the Group policy names.
Line 411 currently reads
$data=FreeB::FBPayer::Name($PayerKey);
and shouldn’t it be
$data=FreeB::FBInsured::GroupNumber($InsuredKey);
Line 414 currently reads
$data=FreeB::FBPayer::Name($SecondPayerKey);
and shouldn’t it be
$data=FreeB::FBInsured::GroupNumber($OtherInsuredKey);
Alfonso