http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9836 Bug ID: 9836 Summary: Filtering sort1 list according to patron category in patron data Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: koha@univ-lyon3.fr CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Sort1 criterias are often used as subcategories of patron ones This patch adds the possibility to link a sort1 criteria to a patron category in the Bsort1 authorised_values settings. Then in the patron edition Library management block, the sort1 list is filtered according to the selected patron category and displays only the criterias linked to it. Test plan : 1) Apply patch 2) Go to Administration/Authorized values and select Bsort1 category 3) Edit a value you 'd like to bind with a patron category 4) Select the patron category in "Linked to" list and save 5) Do same thing for some other values 6) Go to an existing patron page, Details tab and set the patron category to the one you had linked some Bsort1 values with; 7) If you click below on Sort1 list, you 'll see that only these values are displayed. 8) From Patrons home module choose the category for a new patron in "New patron" list : again, you 'll see that only the linked values are to be seen in Sort1 list 9) Sign off the patch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.