From 214bc380078e686f3834060df8066bba7e1e8098 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 5 Apr 2007 07:38:17 +0000 Subject: [PATCH] =?utf8?q?Einkaufs-/Verkaufsmasken,=20Debitoren-/Kreditore?= =?utf8?q?nmasken:=20Wenn=20in=20der=20Drop-Down-Box=20f=C3=BCr=20Kunden/L?= =?utf8?q?ieferanten=20ein=20anderer=20Eintrag=20ausgew=C3=A4hlt=20wird,?= =?utf8?q?=20dann=20automatisch=20die=20Anzeige=20erneuern=20lassen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ap.pl | 4 ++-- bin/mozilla/ar.pl | 4 ++-- bin/mozilla/ir.pl | 4 +++- bin/mozilla/is.pl | 4 +++- bin/mozilla/oe.pl | 4 +++- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 439530ada..d03e6ea8b 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -389,7 +389,7 @@ sub form_header { $vendor = ($form->{selectvendor}) - ? qq|| + ? qq|| : qq||; my @old_project_ids = (); @@ -846,7 +846,7 @@ sub form_footer { $transdate = $form->datetonum($form->{transdate}, \%myconfig); $closedto = $form->datetonum($form->{closedto}, \%myconfig); - print qq||; if ($form->{id}) { diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 7f670582c..e05fdefe5 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -388,7 +388,7 @@ sub form_header { $customer = ($form->{selectcustomer}) - ? qq|| + ? qq|| : qq||; $employee = qq| @@ -861,7 +861,7 @@ sub form_footer { $transdate = $form->datetonum($form->{transdate}, \%myconfig); $closedto = $form->datetonum($form->{closedto}, \%myconfig); - print qq| |; if ($form->{id}) { diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 343804690..1765cf3fc 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -333,7 +333,9 @@ sub form_header { $vendor = ($form->{selectvendor}) - ? qq|\n| + ? qq|\n| : qq||; $department = qq| diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 627a51dc4..513ea2380 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -472,7 +472,9 @@ sub form_header { $customer = ($form->{selectcustomer}) - ? qq|\n| + ? qq|\n| : qq||; $department = qq| diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index bab0734d6..714d69393 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -675,7 +675,9 @@ sub form_header { $vc = ($form->{"select$form->{vc}"}) - ? qq|\n{vc}"}">| + ? qq|\n{vc}"}) . qq|">| : qq|{vc} value="$form->{$form->{vc}}" size=35>|; $department = qq| -- 2.20.1