From fd1a6f3b1569e71f32a91646ab854c6307e0810a Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 31 Oct 2013 10:02:44 -0400 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0