Skip to content

Commit

Permalink
GRPL org_units for floating collections
Browse files Browse the repository at this point in the history
  • Loading branch information
grpl-eg committed Mar 13, 2012
1 parent 8e48c06 commit eee5b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Application/Circ/Circulate.pm
Expand Up @@ -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;
Expand Down

0 comments on commit eee5b7b

Please sign in to comment.