tiny cleanup

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Ryan Higgins 2007-11-05 17:14:01 -06:00 committed by Joshua Ferraro
parent 5c67b4e51a
commit 96c66ecf5e
2 changed files with 1 additions and 2 deletions

View file

@ -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 {

View file

@ -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) {