https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000 --- Comment #9 from James O'Keeffe <jamespfk@gmail.com> --- Created attachment 115290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115290&action=edit Bug 24000: Some modules do not return 1 This patch adds "1;" to the end of the following perl files: Koha/Filter/MARC/EmbedItemsAvailability.pm Koha/Filter/MARC/EmbedSeeFromHeadings.pm Koha/Filter/MARC/Null.pm Koha/Item/Search/Field.pm Koha/SearchEngine.pm misc/translator/VerboseWarnings.pm t/lib/Koha/Plugin/Test.pm This indicates the succesful execution of the initialization code. Test plan: Ensure that there are no other perl files that need "1;", but dont have it. -- You are receiving this mail because: You are watching all bug changes.