From 1d6ec050bf49badaa6d165dac433f5e7cbdd35c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 23 Mar 2010 12:53:43 +0100 Subject: [PATCH] Projektnummern in Dialogbuchen mitschleifen wenn show_details aus ist. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1377. --- bin/mozilla/gl.pl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index f5f846037..5834a485f 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -965,6 +965,8 @@ sub display_rows { '-values' => \@project_values, '-labels' => \%project_labels, '-default' => $form->{"project_id_$i"} )); + my $projectnumber_hidden = qq| + |; my $copy2credit = 'onkeyup="copy_debit_to_credit()"' if $i == 1; @@ -983,10 +985,14 @@ sub display_rows { $memo $projectnumber |; - } + } else { print qq| $source_hidden $memo_hidden + $projectnumber_hidden + |; + } + print qq| |; } -- 2.20.1