From 916c0950fbe0d3edd831ded46217589c27856451 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 31 Oct 2013 10:02:44 -0400 Subject: [PATCH] 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 --- 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 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 -- 2.43.2