From: Philip Reetz Date: Thu, 14 Dec 2006 16:14:24 +0000 (+0000) Subject: Kleine Anpassungen beim Mahnwesen X-Git-Tag: release-2.4.0^2~27 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d63831cbaf332f5280fd92e6134229fa4c109e00;p=kivitendo-erp.git Kleine Anpassungen beim Mahnwesen --- diff --git a/SL/DN.pm b/SL/DN.pm index 5de9a552b..db8f11df2 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -187,7 +187,7 @@ sub save_dunning { $form->{"IN"} =~ s/html$/odt/; } - if ($form->{"send_email"} && $form->{email}) { + if ($form->{"send_email"} && ($form->{email} ne "")) { $form->{media} = 'email'; } diff --git a/bin/mozilla/dn.pl b/bin/mozilla/dn.pl index 6bb5614b0..50c602b40 100644 --- a/bin/mozilla/dn.pl +++ b/bin/mozilla/dn.pl @@ -530,10 +530,14 @@ print qq| {path}> {login}> -{password}> +{password}>|; +#print qq| +# |; +print qq| |; + . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process started") . qq|'; document.Form.action.value='| . $locale->text('Continue') . qq|'; document.Form.submit()">|; if ($form->{menubar}) { require "$form->{path}/menu.pl"; &menubar; diff --git a/locale/de/all b/locale/de/all index 8de9e6c34..d24af1bea 100644 --- a/locale/de/all +++ b/locale/de/all @@ -943,6 +943,7 @@ gestartet', 'The database upgrade for the introduction of Buchungsgruppen is now complete.' => 'Das Datenbankupgrade für die Einführung von Buchungsgruppen ist jetzt beendet.', 'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einführung von Einheiten ist nun beendet.', 'The dunning process is started' => 'Mahnprozess wird gestartet', + 'The dunning process started' => 'Der Mahnprozess ist gestartet.', 'The factor is missing in row %d.' => 'Der Faktor fehlt in Zeile %d.', 'The factor is missing.' => 'Der Faktor fehlt.', 'The following Buchungsgruppen have already been created:' => 'Die folgenden Buchungsgruppen wurden bereits angelegt:', diff --git a/locale/de/dn b/locale/de/dn index bdc22651a..435850516 100644 --- a/locale/de/dn +++ b/locale/de/dn @@ -157,7 +157,7 @@ gestartet', 'Subtotal' => 'Zwischensumme', 'Template' => 'Druckvorlage', 'Terms missing in row ' => '+Tage fehlen in Zeile ', - 'The dunning process is started' => 'Mahnprozess wird gestartet', + 'The dunning process started' => 'Der Mahnprozess ist gestartet.', 'To' => 'An', 'Total Fees' => 'Kumulierte Gebühren', 'Total Interest' => 'Kumulierte Zinsen',