X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d2bafad3223e9940045899b796057694dcdc7fe3..7679dfa4ba64c4cc24a027fa5bdfd5e616ca92a8:/bin/mozilla/is.pl
diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl
index 4a8b87310..81ba52141 100644
--- a/bin/mozilla/is.pl
+++ b/bin/mozilla/is.pl
@@ -371,8 +371,8 @@ sub form_header {
my $customers = qq|
| . $locale->text('Customer') . qq| |
| .
- (($myconfig{vclimit} == 1 )
- ? qq||
+ (($myconfig{vclimit} <= scalar(@values))
+ ? qq||
: (NTI($cgi->popup_menu('-name' => 'customer', '-default' => $form->{oldcustomer},
'-onChange' => 'document.getElementById(\'update_button\').click();',
'-values' => \@values, '-labels' => \%labels)))) . qq|
@@ -719,7 +719,11 @@ print qq|
|
| | . $locale->text('Ship via') . qq| |
|
-
|;
+
+
+ | | . $locale->text('Transaction description') . qq| |
+ | . $cgi->textfield("-name" => "transaction_description", "-size" => 35, "-value" => $form->{transaction_description}) . qq| |
+
|;
#
# |
# |