28 Jun
2022
28 Jun
'22
2:37 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30939 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- How could be search for thoses ? I try : git grep 'use C4::.*;' | egrep -v '^(C4|Koha|t)/' | egrep -v 'qw ?(\(|/)' | grep -v Context If found for example : tools/batch_delete_records.pl:use C4::AuthoritiesMarc; Is it a correct match ? -- You are receiving this mail because: You are watching all bug changes.