https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24879
--- Comment #38 from Marcel de Rooy <[email protected]> --- These scripts were adjusted: cataloguing/value_builder/barcode.pl | 10 ++++++++++ cataloguing/value_builder/barcode_manual.pl | 10 ++++++++++ cataloguing/value_builder/dateaccessioned.pl | 10 ++++++++++ cataloguing/value_builder/marc21_field_005.pl | 10 ++++++++++ cataloguing/value_builder/marc21_field_245h.pl | 12 +++++++++++- cataloguing/value_builder/marc21_field_260b.pl | 10 ++++++++++ cataloguing/value_builder/marc21_orgcode.pl | 9 +++++++++ cataloguing/value_builder/stocknumber.pl | 9 +++++++++ cataloguing/value_builder/upload.pl | 10 ++++++++++ But note that the remaining perl scripts here should also be adjusted actually. Just checking if get_template_and_user (a.o.) is present in the launcher sub is not sufficient ! The check $line =~ m|^[^#]*$routine| would already approve a lingering (but unused) statement like "use C4::Auth qw(get_template_and_user);". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
