From: phasefx Date: Wed, 19 Jan 2011 22:05:53 +0000 (+0000) Subject: let amnesty checkin mode trump the restore overdues on lost checkin setting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9c2c6c165ebfdebf3d8f24cfdb9ee944c6cd74e2;p=contrib%2FConifer.git let amnesty checkin mode trump the restore overdues on lost checkin setting git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19220 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm index 2d42ded78b..7931c4000e 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm @@ -3051,7 +3051,7 @@ sub checkin_handle_lost { $self->checkin_handle_lost_now_found(3) if $void_lost; $self->checkin_handle_lost_now_found(4) if $void_lost_fee; - $self->checkin_handle_lost_now_found_restore_od() if $restore_od; + $self->checkin_handle_lost_now_found_restore_od() if $restore_od && ! $self->void_overdues; } $self->copy->status($U->copy_status(OILS_COPY_STATUS_RESHELVING));