diff --git a/f20-budget.pl b/f20-budget.pl index d3de811..3f33f62 100644 --- a/f20-budget.pl +++ b/f20-budget.pl @@ -12,7 +12,7 @@ no warnings qw(experimental::smartmatch); # # ############################################################################## -do "f20-budget.config.pl"; +do "./f20-budget.config.pl"; ############################################################################## # # @@ -817,7 +817,7 @@ END
$recordem->{item}
-$recordem->{currency}$display_cost
- -END + + print_item("$recordem->{item}","$recordem->{currency}$display_cost"); } print_subtitle("Miscellaneous"); @@ -851,19 +847,16 @@ END $display_cost = sprintf "%.2f",$cost; $display_cost =~ s/(\d)(?=(\d{3})+(\D|$))/$1\,/g; ## add commma - print_item("$recordex->{item}", ">$recordex->{currency}$display_cost") + print_item("$recordex->{item}", ">$recordex->{currency}$display_cost"); } - print <