From cc27e053b43227865a3c4e7d2a93bbd115d4ad31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 10 Jan 2006 13:39:28 +0000 Subject: [PATCH] Korrektur Checkbox in Debitorenrechnungsdialog wurde nicht ueber ein Erneuern uebernommen. Siehe Bug 242, 4. --- bin/mozilla/ar.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index bcfd7a3a7..ffb4b1fb3 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -569,13 +569,14 @@ $jsscript $tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; $tax = qq||; + $korrektur_checked = ($form->{"korrektur_$i"}?'checked':''); print qq| {"amount_$i"}> {"tax_$i"}> - + $tax {"project_id_$i"}> -- 2.20.1