From: Thomas Berezansky Date: Thu, 31 Oct 2013 14:02:44 +0000 (-0400) Subject: LP#1246745: Remove OK message from SIP2 messages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=916c0950fbe0d3edd831ded46217589c27856451;p=evergreen%2Fpines.git LP#1246745: 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm index 69232f14e3..ac4f05c3b2 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