http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8366 Priority: P5 - low Change sponsored?: --- Bug ID: 8366 CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com, nengard@gmail.com Assignee: koha-bugs@lists.koha-community.org Blocks: 8362 Summary: Meaning of "All" in issuing rules Severity: major Classification: Unclassified OS: All Reporter: paul.poulain@biblibre.com Hardware: All Status: NEW Version: master Component: Circulation Product: Koha In issuingrules, the library / patron category / item type all have a "all" option. The meaning of this "all" differ : * for library and patron category, what is entered here is used if no other rule is defined. * for item types, what is entered here is used for all check-out for itemtypes that don't have a specific rule. Let's suppose we have 4 itemtypes : book, comics, dvd, CD Rules are : BOOKS 2 COMICS 3 "All" 4 If you check out a DVD, Koha will check if the total number of NOT IN('BOOKS','COMICS') is less than 4 so the "All" is more an "otherwise" than a default value. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.