3.18 rmaint followup: fixing forbidden pattern in C4/SIP/ILS.pm
authorLiz Rea <wizzyrea@gmail.com>
Fri, 11 Dec 2015 01:35:58 +0000 (14:35 +1300)
committerLiz Rea <wizzyrea@gmail.com>
Fri, 11 Dec 2015 01:35:58 +0000 (14:35 +1300)
C4/SIP/ILS.pm

index 7d702b7..a192b18 100644 (file)
@@ -199,7 +199,7 @@ sub checkin {
 
     if ( !defined( $item->{patron} ) ) {
         $circ->screen_msg("Item not checked out") unless $checked_in_ok;
-       syslog("LOG_DEBUG", "C4::SIP::ILS::checkin - item not checked out");
+        syslog("LOG_DEBUG", "C4::SIP::ILS::checkin - item not checked out");
     }
     else {
         if ( $circ->ok ) {