Bugzilla – Attachment 164818 Details for
Bug 35836
search_for_data_inconsistencies.pl - Search for loops in dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35836: change | by , for the print
Bug-35836-change--by--for-the-print.patch (text/plain), 984 bytes, created by
Philip Orr
on 2024-04-12 09:09:27 UTC
(
hide
)
Description:
Bug 35836: change | by , for the print
Filename:
MIME Type:
Creator:
Philip Orr
Created:
2024-04-12 09:09:27 UTC
Size:
984 bytes
patch
obsolete
>From 499a8ac1e34a99e4df3567da587947569804a7cd Mon Sep 17 00:00:00 2001 >From: Matthias Le Gac <matthias.le-gac@inlibro.com> >Date: Mon, 18 Mar 2024 14:05:15 -0400 >Subject: [PATCH] Bug 35836: change | by , for the print > >Signed-off-by: Philip Orr <philip.orr@lmscloud.de> >--- > misc/maintenance/search_for_data_inconsistencies.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/maintenance/search_for_data_inconsistencies.pl b/misc/maintenance/search_for_data_inconsistencies.pl >index cf2fb065a3..a37ff3634c 100755 >--- a/misc/maintenance/search_for_data_inconsistencies.pl >+++ b/misc/maintenance/search_for_data_inconsistencies.pl >@@ -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"; > } >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35836
:
161249
|
161307
|
161351
|
161836
|
161837
|
161838
|
161839
|
161840
|
161841
|
161842
|
161843
|
161844
|
162284
|
162341
|
162344
|
163368
|
164817
|
164818
|
166751
|
166752
|
166825