23 Mar
2023
23 Mar
'23
9:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 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.