From 41ac03db82d559d900715853bc19f67c1f16bacf Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 21 Oct 2020 12:40:05 +0200 Subject: [PATCH] Kreditorenbuchungen: Konto & Steuer 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 `AR_amount_chart_id`, nicht mehr `AR_amount`. Steuerfelder waren bisher gar nicht berücksichtigt; sie heißen `taxchart` und `tax`. --- bin/mozilla/ar.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 44819398c..8d49a5051 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -604,7 +604,7 @@ sub update { map { $form->{$_} = $form->parse_amount(\%myconfig, $form->{$_}) } qw(exchangerate creditlimit creditremaining); - my @flds = qw(amount AR_amount projectnumber oldprojectnumber project_id); + my @flds = qw(amount AR_amount_chart_id projectnumber oldprojectnumber project_id taxchart tax); my $count = 0; my @a = (); -- 2.20.1