From 1565e04fdb85bfd5f47adc09ce89bd4bcb230464 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 22 Nov 2006 15:09:39 +0000 Subject: [PATCH] Recommit von r979 von skoehler: Bugfix 319 Kreditorenbuchung Korrekturhaken wurde nicht gespeichert - Patch von Udo --- bin/mozilla/ap.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 577b701a1..442531a7f 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -547,12 +547,14 @@ $jsscript $tax = qq||; + my $korrektur = $form->{"korrektur_$i"} ? 'checked' : ''; + print qq| {"amount_$i"}> {"tax_$i"}> - + $tax {"project_id_$i"}> -- 2.20.1