From eee5b7b11154e1918cda13e67ef0d1f0a6a1b846 Mon Sep 17 00:00:00 2001 From: GRPL Date: Tue, 13 Mar 2012 13:55:34 -0400 Subject: [PATCH] GRPL org_units for floating collections --- lib/Application/Circ/Circulate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Application/Circ/Circulate.pm b/lib/Application/Circ/Circulate.pm index 9330a19..c35f928 100644 --- a/lib/Application/Circ/Circulate.pm +++ b/lib/Application/Circ/Circulate.pm @@ -2400,7 +2400,7 @@ sub do_checkin { # copy needs to transit "home", or stick here if it's a floating copy # if ($U->is_true( $self->copy->floating ) && !$self->remote_hold) { # copy is floating, stick here - if ($U->is_true( $self->copy->floating ) && !$self->remote_hold && ($self->circ_lib =~ /11|12|13/) ) { # copy is floating, stick here + if ($U->is_true( $self->copy->floating ) && !$self->remote_hold && ($self->circ_lib =~ /11|12|13|14|15|16|17/) ) { # copy is floating, stick here $self->checkin_changed(1); $self->copy->circ_lib( $self->circ_lib ); $self->update_copy;