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:34:31 +0000 (13:34 -0400)
commit52bd87088f5e909435e7f3ba4a48134dff384ecc
tree1b6c0cbf8397fc5005581d057b23aa409a0dcc8c
parent42c5458bc297bdbc1e2ec3f80f548819921eb994
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]