https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36917 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 167012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167012&action=edit Bug 36917: Remove some warnings from t/db_dependent/Authority/Merge.t Cannot determine authority type for record: 1709 at /kohadevbox/koha/Koha/SearchEngine/Elasticsearch.pm line 589. Use of uninitialized value $subfields in pattern match (m//) at /kohadevbox/koha/C4/Heading/MARC21.pm line 412. Use of uninitialized value $subfields in pattern match (m//) at /kohadevbox/koha/C4/Heading/MARC21.pm line 448. This change removes the 2 "Use of uninitialized value $subfields in pattern match (m//)" warnings To be honest I am not really sure what I am doing here but this looks safe enough. Can one of you confirm? -- You are receiving this mail because: You are watching all bug changes.