Nach Umstellung auf den Chart-Picker heißt das Form-Feld nun
`AP_amount_chart_id`, nicht mehr `AP_amount`.
Steuerfeld `tax` wurde bisher gar nicht behandelt.
map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) }
qw(exchangerate creditlimit creditremaining);
- my @flds = qw(amount AP_amount projectnumber oldprojectnumber project_id taxchart);
+ my @flds = qw(amount AP_amount_chart_id projectnumber oldprojectnumber project_id taxchart tax);
my $count = 0;
my (@a, $j, $totaltax);
for my $i (1 .. $form->{rowcount}) {