LP 1103706 Hold ratios in circ policies cause errors when trying to renew items user/catalystit/lp1103706-hold_ratio_policies
authorFredrick Parks <fparks@catalystitservices.com>
Wed, 10 Jul 2013 18:12:17 +0000 (11:12 -0700)
committerFredrick Parks <fparks@catalystitservices.com>
Wed, 10 Jul 2013 18:12:17 +0000 (11:12 -0700)
commitc037407661188fe8a149167ce7117ff5fa14993e
tree8adc9e349481aa3e4986967f63df88f0bbc210ad
parent6bf2e8f997c28fb4c26a0565ff8ce1cb7cc36341
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>
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]