Some minor formatting fixes for the trial balance report.

This commit is contained in:
Bradley M. Kuhn 2013-01-03 13:37:18 -05:00
parent 750321c0b1
commit 2fad8fe238

View file

@ -413,7 +413,7 @@ close FILE;
die "unable to run trial balance ledger command: $!" unless ($? == 0);
foreach my $account (sort preferredAccountSorting keys %trialBalances) {
print TRIAL "\"$account\",\"$trialBalances{$account}\"\n";
print TRIAL "\"$account\",\"\$$trialBalances{$account}\"\n";
}
close TRIAL;