From 96c66ecf5e1de04e8a6ea7da0a8c81f99e6c188a Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Mon, 5 Nov 2007 17:14:01 -0600 Subject: [PATCH] tiny cleanup Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- C4/SIP/ILS.pm | 2 +- C4/SIP/ILS/Patron.pm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm index 69d6d10b01..8749d66b48 100644 --- a/C4/SIP/ILS.pm +++ b/C4/SIP/ILS.pm @@ -199,7 +199,7 @@ sub end_patron_session { my ($self, $patron_id) = @_; # success?, screen_msg, print_line - return (1, 'Thank you for using Evergreen!', ''); + return (1, 'Thank you !', ''); } sub pay_fee { diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm index 6b2f2a8fd4..da5586b5a0 100644 --- a/C4/SIP/ILS/Patron.pm +++ b/C4/SIP/ILS/Patron.pm @@ -63,7 +63,6 @@ sub new { my $self; my %ilspatron; my $kp = GetMember($patron_id,'cardnumber'); -warn "THIS IS what we et from getmember..."; use Data::Dumper; warn Dumper($kp); if ($kp) { -- 2.39.2