Bug 23057: (QA follow-up) Remove new AddReturn message ReturnOfLostItemBlocked, use...
[koha-equinox.git] / C4 / Circulation.pm
index bf8caac..de4dc99 100644 (file)
@@ -1944,7 +1944,6 @@ sub AddReturn {
     }
 
     if ( $item->itemlost and C4::Context->preference("BlockReturnOfLostItems") ) {
-        $messages->{'ReturnOfLostItemBlocked'};
         $doreturn = 0;
     }