Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d63831cb

Von Philip Reetz vor etwa 18 Jahren hinzugefügt

  • ID d63831cbaf332f5280fd92e6134229fa4c109e00
  • Vorgänger bd32b607
  • Nachfolger bf869421

Kleine Anpassungen beim Mahnwesen

Unterschiede anzeigen:

SL/DN.pm
187 187
    $form->{"IN"} =~ s/html$/odt/;
188 188
  }
189 189

  
190
  if ($form->{"send_email"} && $form->{email}) {
190
  if ($form->{"send_email"} && ($form->{email} ne "")) {
191 191
    $form->{media} = 'email';
192 192
  }
193 193

  
bin/mozilla/dn.pl
530 530

  
531 531
<input type=hidden name=path value=$form->{path}>
532 532
<input type=hidden name=login value=$form->{login}>
533
<input type=hidden name=password value=$form->{password}>
533
<input type=hidden name=password value=$form->{password}>|;
534
#print qq|
535
# <input type="submit" name="action" value="|
536
#     . $locale->text('Continue') . qq|">|;
537
print qq|
534 538
<input type="hidden" name="action">
535 539
<input type="submit" name="dummy" value="|
536
    . $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()">|;
540
    . $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()">|;
537 541
  if ($form->{menubar}) {
538 542
    require "$form->{path}/menu.pl";
539 543
    &menubar;
locale/de/all
943 943
  '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.',
944 944
  'The database upgrade for the introduction of units is now complete.' => 'Das Datenbankupgrade zwecks Einf&uuml;hrung von Einheiten ist nun beendet.',
945 945
  'The dunning process is started' => 'Mahnprozess wird gestartet',
946
  'The dunning process started' => 'Der Mahnprozess ist gestartet.',
946 947
  'The factor is missing in row %d.' => 'Der Faktor fehlt in Zeile %d.',
947 948
  'The factor is missing.'      => 'Der Faktor fehlt.',
948 949
  'The following Buchungsgruppen have already been created:' => 'Die folgenden Buchungsgruppen wurden bereits angelegt:',
locale/de/dn
157 157
  'Subtotal'                    => 'Zwischensumme',
158 158
  'Template'                    => 'Druckvorlage',
159 159
  'Terms missing in row '       => '+Tage fehlen in Zeile ',
160
  'The dunning process is started' => 'Mahnprozess wird gestartet',
160
  'The dunning process started' => 'Der Mahnprozess ist gestartet.',
161 161
  'To'                          => 'An',
162 162
  'Total Fees'                  => 'Kumulierte Geb?hren',
163 163
  'Total Interest'              => 'Kumulierte Zinsen',

Auch abrufbar als: Unified diff