https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36742 --- Comment #15 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Marcel de Rooy from comment #13)
It seems that branchcode_hidden is only there? Is it just some old artifact?
git blame knows: Bug 23420: Add OPACSuggestionUnwantedFields system pref
git grep branchcode_required koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt: [% IF ( branchcode_required ) %]
Bug 22657: Remove JavaScript from OPAC suggestion validation of required fields Both changes are very specific to the suggestions page. branchcode_hidden is about hiding the library selection field on the suggestions form. branchcode_required is about marking the library option as required. -- You are receiving this mail because: You are watching all bug changes.