From 51f0fec1db909cd35502476f93ce546f509b8198 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 21 Oct 2020 12:16:15 +0200 Subject: [PATCH] Kreditorenbuchungen: Konto & Steuern beim Entfernen von Zeilen richtig setzen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- bin/mozilla/ap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 2a031bded..0417cd060 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -643,7 +643,7 @@ sub update { 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}) { -- 2.20.1