Koha::Policy::Holds - module to deal with holds policy
my $control_library = Koha::Policy::Holds->holds_control_library( $item, $patron );
Given Koha::Item and Koha::Patron objects, this method returns a library id, for the library that is to be used for calculating circulation rules. It relies on the ReservesControlBranch system preference.