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:
parent
856d7a6623
commit
eb26c85b13
3 changed files with 9 additions and 0 deletions
2
installer/data/mysql/atomicupdate/bug_17453.sql
Normal file
2
installer/data/mysql/atomicupdate/bug_17453.sql
Normal 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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue