X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fhello.pl;h=25520b5f43d5ef64440cc3e94fb838d3ae758aef;hb=35b9973e4de7d69ad8841ead996a2e6cf1d85f08;hp=9171bb208eb119808ed03ba7973d23b4c2be7ec8;hpb=88ee1e67be75d5618016c6f0685c91e38966774e;p=chaz%2Fhomebank diff --git a/plugins/hello.pl b/plugins/hello.pl index 9171bb2..25520b5 100644 --- a/plugins/hello.pl +++ b/plugins/hello.pl @@ -157,7 +157,7 @@ sub on_enter_main_loop { use DateTime; my $num = $xc->date; my $date = DateTime->new($xc->date)->datetime; - print "transaction of amount: ", $xc->amount, "\t", $xc->wording, ", ", $xc->info, ", $num, $date\n"; + print "transaction of amount: ", $xc->amount, "\t", $xc->memo, ", ", $xc->info, ", $num, $date\n"; } HomeBank::File->owner('Billy Murphy');