X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4deefb650e21142416c2d1d2caff98357837964f..8cef58b276ce4005c0e2ada350fecd5d7a103e89:/bin/mozilla/dn.pl diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index f0f2a57e2..88b2cb339 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -105,7 +105,7 @@ sub edit_config {
$form->{title} | +$form->{title} | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$i | |; $column_data{dunning_description} = qq||; - my $active = ""; $column_data{active} = - qq| | |; + qq| | |; my $email = ""; $column_data{email} = qq| | |; @@ -272,7 +271,7 @@ sub add { # with JavaScript Calendar $button1 = qq| - | + | text('button') . qq|> | |; @@ -284,12 +283,16 @@ sub add { # without JavaScript Calendar $button1 = - qq||; + qq| | |; } $form->{fokus} = "search.customer"; + $form->{javascript} .= qq||; $form->header; + $onload = qq|focus()|; + $onload .= qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|; + $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|; print qq| - + |
$form->{title} | +$form->{title} | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$ref->{dunning_level}: $dunning | |; - my $active = "checked"; + my $active = ($ref->{active}) ? "checked" : ""; $column_data{active} = qq||; - my $email = "checked"; + my $email = ($ref->{email}) ? "checked" : ""; $column_data{email} = qq| | |; $column_data{next_duedate} = qq| | $ref->{next_duedate} | |; @@ -510,7 +512,7 @@ sub show_invoices {