https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887
--- Comment #112 from Jonathan Druart <[email protected]> --- Created attachment 79633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79633&action=edit Bug 18887: Insert undef instead of '*' Koha::CirculationRules->get_effective_rule will become the method to call to retrieve a specific rule, we should start using it when possible. Moreover undef could replace '*' to mean 'any', that way we will be able to add FK on circulation_rules TODO: Add more tests Signed-off-by: Lisette Scheer <[email protected]> Signed-off-by: Jesse Maseto <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
