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

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-2 / +2 lines)
Lines 409-415 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 |",join(" | ", @$table)
412
                sprintf "Relationships connected : %s |",
413
                join(" | ", @$table)
413
            );
414
            );
414
        }
415
        }
415
        new_hint("Relationships that form guarantor loops must be deleted");
416
        new_hint("Relationships that form guarantor loops must be deleted");
416
- 

Return to bug 35836