Bug 8585 : Add System Preference to specify Holds to Pull List Start Date
authorDavid Cook <dcook@prosentient.com.au>
Fri, 10 Aug 2012 02:31:30 +0000 (12:31 +1000)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 3 Oct 2012 13:18:40 +0000 (15:18 +0200)
commit762ce7abe6ee42d24d415c9b22232fa6730c6604
tree1355f4ee9c73b000b2e6920ca167bf50e9ec8b9b
parent4c8cfd0c299157e012d462ea116798d55bc0a806
Bug 8585 : Add System Preference to specify Holds to Pull List Start Date

Currently, Koha creates a default value of 2 days ago (-2) for the start date of the Holds to pull List. This system preference allows users to specify their own default start date for this list, since users might not want to have to manually change the date all the time when they already know the set date period they want to view.

The system preference value is specified as a positive integer, which is then passed as a negative integer in the handler script. This saves users from having to include a qualifer to the sys pref value.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
circ/pendingreserves.pl
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref