https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #317 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 196031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196031&action=edit Bug 17656: (QA follow-up) clean up stale export entry and import - Remove GetSubscriptionIrregularities from C4::Serials @EXPORT_OK. The function was deleted in the main patch but the export entry was left behind, and showpredictionpattern.pl continued to import it. Neither the entry nor the import caused a crash (the function was never called after the refactor) but both are misleading dead code. - Remove duplicate &subscriptionCurrentlyOnOrder from @EXPORT_OK. The bare name was already present earlier in the same list; the ampersand-prefixed duplicate was added unnecessarily. - Change &issue_number to issue_number in @EXPORT_OK. The & prefix on an export list entry is non-standard in Koha and inconsistent with all other entries in the same list. -- You are receiving this mail because: You are watching all bug changes.