new_section("The list of relationships id with guarantors who are also guarantee.");
foreach my $table (@loop_borrowers_relationships) {
new_item(
sprintf "Relationships connected : %s |",
sprintf "Relationships connected : %s |",join(" | ", @$table)
join(" | ", @$table)
);
}
new_hint("Relationships that form guarantor loops must be deleted");
-