http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7919 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 8939 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8939&action=edit Bug 7919 : Display of values depending on the connexion librairy In a librairies network, we would like to declare specific values just for one (or more) librairy. Here we implement the ability to associate categories, patron attributes types and/or authorised_values with librairies (branches). This patch adds 3 new association tables: - categories_branches ( association table between categories and branches ) - authorised_values_branches ( association table between authorised_values and branches ) - borrower_attribute_types_branches (association table between borrower_attribute_types and branches ) Plan test: - Create (or modify) categories, patron attributes and authorised_values and link it with one (or more) library. - Set one of these librairies - Go to one of the multiple pages where this specific value must be displayed and check that it does appear. - Set a librairy not concerned. - Check on the same pages this value is doest not appear. A page list: cataloguing/addbiblio.pl cataloguing/additems.pl members/members-home.pl members/memberentry.pl acqui/neworderempty.pl tools/import_borrowers.pl and others ? Please say me if filters don't work on some pages. Take no account of filters on item types. They are not impletemented by this development -- You are receiving this mail because: You are watching all bug changes.