From 06b678305ce21a082d5c76d43cd9275969931156 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Thu, 16 Mar 2006 09:53:45 +0000 Subject: [PATCH] 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 137120d59..028f555b5 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