https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23659 --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 135204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135204 Bug 23659: Add DefaultHoldPickupLocation system preference Review of attachment 135204: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23659&attachment=135204) ----------------------------------------------------------------- ::: installer/data/mysql/mandatory/sysprefs.sql @@ +164,4 @@
('DefaultHoldExpirationdate','0','','Automatically set expiration date for holds','YesNo'), ('DefaultHoldExpirationdatePeriod','0','','How long into the future default expiration date is set to be.','integer'), ('DefaultHoldExpirationdateUnitOfTime','days','days|months|years','Which unit of time is used when setting the default expiration date. ','choice'), +('DefaultHoldPickupLocation','loggedinlibrary','loggedinlibrary|homelibrary','Which branch should a hold pickup location default to. ','choice'),
loggedinlibrary|homelibrary doesn't match the options in the upgrade of 'loggedinlibrary|homebranch|holdingbranch' here. -- You are receiving this mail because: You are watching all bug changes.