[Koha-bugs] [Bug 18936] Convert issuingrules fields to circulation_rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 12:54:17 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18936

--- Comment #101 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
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.


More information about the Koha-bugs mailing list