Correct amount of final payment.

This commit is contained in:
Bradley M. Kuhn 2019-04-07 20:57:19 -07:00
parent 5868b7c22f
commit 2b06c9f8bd

View file

@ -383,7 +383,7 @@ foreach my $ticket (@processList) {
} elsif ($PAYMENT_NUMBER == 2) {
$leftA = '$-2,000.00'; $rightA = '$2,000.00';
} elsif ($PAYMENT_NUMBER == 3) {
$leftA = '$-2,750.00'; $rightA = '$2,750.00';
$leftA = '$-2,500.00'; $rightA = '$2,500.00';
}
my(@tags) = AllFormattedLedgerTagFromTicket($ticket);