]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Kleine Anpassungen beim Mahnwesen
authorPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:14:24 +0000 (16:14 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 16:14:24 +0000 (16:14 +0000)
SL/DN.pm
bin/mozilla/dn.pl
locale/de/all
locale/de/dn

index 5de9a552b6000b95f85c37f4b0196a6aa222475a..db8f11df2b0957657f5d24a9051c75bd832d7292 100644 (file)
--- a/SL/DN.pm
+++ b/SL/DN.pm
@@ -187,7 +187,7 @@ sub save_dunning {
     $form->{"IN"} =~ s/html$/odt/;
   }
 
     $form->{"IN"} =~ s/html$/odt/;
   }
 
-  if ($form->{"send_email"} && $form->{email}) {
+  if ($form->{"send_email"} && ($form->{email} ne "")) {
     $form->{media} = 'email';
   }
 
     $form->{media} = 'email';
   }
 
index 6bb5614b05362d0696c48214b25d769c12234e78..50c602b408e778bdee621f7f8c4a15000c199a5e 100644 (file)
@@ -530,10 +530,14 @@ print qq|
 
 <input type=hidden name=path value=$form->{path}>
 <input type=hidden name=login value=$form->{login}>
 
 <input type=hidden name=path value=$form->{path}>
 <input type=hidden name=login value=$form->{login}>
-<input type=hidden name=password value=$form->{password}>
+<input type=hidden name=password value=$form->{password}>|;
+#print qq|
+# <input type="submit" name="action" value="|
+#     . $locale->text('Continue') . qq|">|;
+print qq|
 <input type="hidden" name="action">
 <input type="submit" name="dummy" value="|
 <input type="hidden" name="action">
 <input type="submit" name="dummy" value="|
-    . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process is started") . qq|'; document.Form.action.value='| . lc($locale->text('Continue') . qq|'; document.Form.submit()">|;
+    . $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;
   if ($form->{menubar}) {
     require "$form->{path}/menu.pl";
     &menubar;
index 8de9e6c349f482601fa87e4650fa3089f23419d6..d24af1beafe59fd9033d0ba88d0ea5c54e2dc180 100644 (file)
@@ -943,6 +943,7 @@ gestartet',
   'The database upgrade for the introduction of Buchungsgruppen is now complete.' => 'Das Datenbankupgrade f&uuml;r die Einf&uuml;hrung von Buchungsgruppen ist jetzt beendet.',
   'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einf&uuml;hrung von Einheiten ist nun beendet.',
   'The dunning process is started' => 'Mahnprozess wird gestartet',
   'The database upgrade for the introduction of Buchungsgruppen is now complete.' => 'Das Datenbankupgrade f&uuml;r die Einf&uuml;hrung von Buchungsgruppen ist jetzt beendet.',
   'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einf&uuml;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:',
   '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:',
index bdc22651aeaf317c40bf20afcaa74bf257a32d35..43585051652d5cc656ed17fab1ab5e8f24a6da5b 100644 (file)
@@ -157,7 +157,7 @@ gestartet',
   'Subtotal'                    => 'Zwischensumme',
   'Template'                    => 'Druckvorlage',
   'Terms missing in row '       => '+Tage fehlen in Zeile ',
   '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',
   'To'                          => 'An',
   'Total Fees'                  => 'Kumulierte Gebühren',
   'Total Interest'              => 'Kumulierte Zinsen',