https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748
--- Comment #9 from Jonathan Druart <[email protected]> --- You could modify GetAuthorisedValues to get a new "no_limit" parameter. If set, you ignore the limit on the branchcode and return the list of AVs (all of them) with an additional key containing the limit info (eg. _restricted => 1). Then it will be easy to ignore the restricted one in the template, and add the tooltip in case it's the current value. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
