]> Dogcows Code - chaz/homebank/blobdiff - plugins/hello.pl
Merge branch 'master' into ext-perl
[chaz/homebank] / plugins / hello.pl
index 9171bb208eb119808ed03ba7973d23b4c2be7ec8..25520b5f43d5ef64440cc3e94fb838d3ae758aef 100644 (file)
@@ -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');
This page took 0.020568 seconds and 4 git commands to generate.