From 792a64f5fdcf1cc559ef01103a56e8ff4ae8ba0f Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 19 Jan 2011 22:05:18 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.11.0