Bug 35836: change | by , for the print

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Philip Orr <philip.orr@lmscloud.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Matthias Le Gac 2024-03-18 14:05:15 -04:00 committed by Katrin Fischer
parent f2db025ccd
commit c90185f10e
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -409,7 +409,7 @@ use C4::Biblio qw( GetMarcFromKohaField );
$count++;
print "Loop $count, borrowers id : ";
foreach my $borrower_id (@$table) {
print "$borrower_id | ";
print "$borrower_id , ";
}
print "\n";
}