From: phasefx Date: Wed, 19 Jan 2011 22:05:18 +0000 (+0000) Subject: let amnesty checkin mode trump the restore overdues on lost checkin setting X-Git-Tag: kcls-grey-screen-prod1~202 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=792a64f5fdcf1cc559ef01103a56e8ff4ae8ba0f;p=evergreen%2Fequinox.git let amnesty checkin mode trump the restore overdues on lost checkin setting git-svn-id: svn://svn.open-ils.org/ILS/trunk@19219 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 e3a1afa539..12318596f6 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));