https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18139 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #4 from Marc Véron <veron@veron.ch> --- Hi Kyle, I like this feature very much. However, I get an Internal Server Error while systematically testing. It occurs with following settings: - Delete all rules in 'Circulation rules and fines'. - Set a Default limit by patron category, e.g. Student 2 current checkouts , 2 on-site-chekouts Checkout to a student until the limit is reached. Result: Internal server error Plack error log says: Template process failed: undef error - Can't call method "description" on an undefined value at (...)/Koha/Template/Plugin/Categories.pm line 32. Without patch, it works fine, the message is triggered. BTW: I can always check out one item more than defined by the rules. E.g. I allow 2 checkouts (by any rule), the message triggers with the 4th checkout. I would expect it to trigger with the 3rd checkout. This happens with and without patch. -- You are receiving this mail because: You are watching all bug changes.