https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936
--- Comment #101 from Joonas Kylmälä <[email protected]> --- The qa-koha.pl tool detected an issue with constant being redefined: > FAIL Koha/CirculationRules.pm > FAIL valid > Constant subroutine > >Koha::CirculationRules::GUESSED_ITEMTYPES_KEY redefined This appears to be from circular dependency: Koha/CirculationRules.pm -> Koha/CirculationRule.pm -> Koha/ItemTypes.pm -> Koha/ItemType.pm -> Koha/CirculationRules.pm if someone has the time to remove the circularity here would be great! -- 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/
