tiny cleanup
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
5c67b4e51a
commit
96c66ecf5e
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue