]> git.evergreen-ils.org Git - Evergreen.git/commit
LP 1103706 Hold ratios in circ policies cause errors when trying to renew items
authorFredrick Parks <fparks@catalystitservices.com>
Wed, 10 Jul 2013 18:12:17 +0000 (11:12 -0700)
committerMike Rylander <mrylander@gmail.com>
Wed, 17 Jul 2013 17:26:53 +0000 (13:26 -0400)
commit896184650f588f57b31bdc214d30007e86ae633f
treeff89b404a2dc1f94964c20bf8a07310af61296af
parentbc9ea5cafd18ea612bc9ccd271f2a64bd08656d2
LP 1103706 Hold ratios in circ policies cause errors when trying to renew items

Changed the function action.copy_related_hold_stats to accept a bigint as the perameter instead of an integer.
Copy_related_hold_stats is only called by the function action.item_user_circ_test which trys to pass a bigint.

Signed-off-by: Fredrick Parks <fparks@catalystitservices.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/100.circ_matrix.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.copy_related_hold_stats.sql [new file with mode: 0644]