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

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-3 / +1 lines)
Lines 409-416 use C4::Biblio qw( GetMarcFromKohaField ); Link Here
409
        new_section("The list of relationships id with guarantors who are also guarantee.");
409
        new_section("The list of relationships id with guarantors who are also guarantee.");
410
        foreach my $table (@loop_borrowers_relationships) {
410
        foreach my $table (@loop_borrowers_relationships) {
411
            new_item(
411
            new_item(
412
                sprintf "Relationships connected : %s |",
412
                sprintf "Relationships connected : %s |",join(" | ", @$table)
413
                join(" | ", @$table)
414
            );
413
            );
415
        }
414
        }
416
        new_hint("Relationships that form guarantor loops must be deleted");
415
        new_hint("Relationships that form guarantor loops must be deleted");
417
- 

Return to bug 35836