[Koha-bugs] [Bug 7534] OPACAllowUserToChooseBranch and hold rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 19 15:38:20 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7534

Koha Team AMU <koha.aixmarseille at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koha.aixmarseille at gmail.com

--- Comment #2 from Koha Team AMU <koha.aixmarseille at 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.


More information about the Koha-bugs mailing list