From: Thomas Berezansky Date: Thu, 31 Oct 2013 14:02:44 +0000 (-0400) Subject: Remove OK message from SIP2 messages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd1a6f3b1569e71f32a91646ab854c6307e0810a;p=working%2FEvergreen.git Remove OK message from SIP2 messages Because having clients constantly say there is a message of "OK" gets annoying very quickly, especially if it is displayed in a popup message instead of via a "messages" button. Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm index 4ed79c7d3f..8c5fde05ce 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm @@ -392,7 +392,7 @@ sub screen_msg { my $expire = DateTime::Format::ISO8601->new->parse_datetime(cleanse_ISO8601($u->expire_date)); return $b if CORE::time > $expire->epoch; - return 'OK'; + return ''; } sub print_line { # not implemented