Bug 17453: Add pref OPACHoldsIfAvailableAtPickup

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

https://bugs.koha-community.org/show_bug.cgi?id=14753
This commit is contained in:
Jonathan Druart 2016-10-18 13:06:55 +01:00 committed by Kyle M Hall
parent 856d7a6623
commit eb26c85b13
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES
('OPACHoldsIfAvailableAtPickup','1','','Allow to pickup up holds at libraries where the item is available','YesNo');

File diff suppressed because one or more lines are too long

View file

@ -647,6 +647,12 @@ Circulation:
choices:
homebranch: "home library"
holdingbranch: "holding library"
-
- pref: OPACHoldsIfAvailableAtPickup
choices:
yes: Allow
no: "Don't allow"
- to pickup up holds at libraries where the item is available.
Fines Policy:
-
- Calculate fines based on days overdue