https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28798 Bug ID: 28798 Summary: Allow ability to make OPAC hold pick-up location mandatory Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Currently, when placing a hold on the OPAC the pickup location defaults to users branch, unless OPACHoldsIfAvailableAtPickup is set to 'don't allow'. Many libraries like to force the user to make a branch selection and make this field required. This can be done with JS but it would be nice if it was a system preference. I'd like to see a system preference like 'OPACHoldBranchMandatory' which would add an empty value like: <option val="">--Please choose--</option> and upon submission check to make sure something besides the empty value is selected. -- You are receiving this mail because: You are watching all bug changes.