http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534 Koha Team AMU <koha.aixmarseille@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha.aixmarseille@gmail.com --- Comment #2 from Koha Team AMU <koha.aixmarseille@gmail.com> --- At this time, to display pick-up branches when "OPACAllowUserToChooseBranch" is on, "Opac-reserve.pl" calls for "GetBranchesLoop" and all the branches can be selected by users. It would be great to be able to configurate the pick-up branches and choose either all the branches either only the branches which allow holds. Maybe it could be a third option for "OPACAllowUserToChooseBranch" ? Option 1 --> "OPACAllowUserToChooseBranch" = Don't allow Option 2 --> "OPACAllowUserToChooseBranch" = Allow for all branches --> "Opac-reserve.pl" calls for "GetBranchesLoop" Option 3 --> "OPACAllowUserToChooseBranch" = Allow for branches with holds --> "Opac-reserve.pl" calls for a new setting, "GetPickUpBranches" for example, which only selects branches with holds. -- You are receiving this mail because: You are watching all bug changes.