Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7fe6311e

Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt

  • ID 7fe6311ec91402cf843cb583d7b00c46243e80e5
  • Vorgänger 937a4937
  • Nachfolger 3f0ba2ba

Nullbuchungsüberprüfung und dazugehörige Übersetzungen

Unterschiede anzeigen:

bin/mozilla/ap.pl
998 998

  
999 999
      $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
1000 1000

  
1001
      $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{"amount_$i"});
1001 1002
      $form->error($locale->text('Cannot post payment for a closed period!'))
1002 1003
        if ($datepaid <= $closedto);
1003 1004

  
......
1032 1033
  $closedto  = $form->datetonum($form->{closedto},  \%myconfig);
1033 1034
  $transdate = $form->datetonum($form->{transdate}, \%myconfig);
1034 1035

  
1036
  $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{amount});
1035 1037
  $form->error($locale->text('Cannot post transaction for a closed period!'))
1036 1038
    if ($transdate <= $closedto);
1037 1039

  
......
1045 1047

  
1046 1048
      $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
1047 1049

  
1050
      $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{"amount_$i"});
1048 1051
      $form->error($locale->text('Cannot post payment for a closed period!'))
1049 1052
        if ($datepaid <= $closedto);
1050 1053

  
bin/mozilla/ar.pl
1024 1024

  
1025 1025
      $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
1026 1026

  
1027
      $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{amount});
1027 1028
      $form->error($locale->text('Cannot post payment for a closed period!'))
1028 1029
        if ($datepaid <= $closedto);
1029 1030

  
......
1057 1058
  $closedto  = $form->datetonum($form->{closedto},  \%myconfig);
1058 1059
  $transdate = $form->datetonum($form->{transdate}, \%myconfig);
1059 1060

  
1061
  $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{amount});
1060 1062
  $form->error($locale->text('Cannot post transaction for a closed period!'))
1061 1063
    if ($transdate <= $closedto);
1062 1064

  
......
1071 1073

  
1072 1074
      $form->isblank("datepaid_$i", $locale->text('Payment date missing!'));
1073 1075

  
1076
      $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{"amount_$i"});
1074 1077
      $form->error($locale->text('Cannot post payment for a closed period!'))
1075 1078
        if ($datepaid <= $closedto);
1076 1079

  
locale/de/ap
166 166
  'Vendor not on file or locked!' => 'Dieser Lieferant existiert nicht oder ist gesperrt.',
167 167
  'Vendor not on file!'         => 'Lieferant ist nicht in der Datenbank!',
168 168
  'Yes'                         => 'Ja',
169
  'Zero amount posting!'        => 'Nullbuchung!',
169 170
  'bin_list'                    => 'Lagerliste',
170 171
  'button'                      => '?',
171 172
  'history'                     => 'Historie',
locale/de/ar
173 173
  'Vendor not on file or locked!' => 'Dieser Lieferant existiert nicht oder ist gesperrt.',
174 174
  'Vendor not on file!'         => 'Lieferant ist nicht in der Datenbank!',
175 175
  'Yes'                         => 'Ja',
176
  'Zero amount posting!'        => 'Nullbuchung!',
176 177
  'bin_list'                    => 'Lagerliste',
177 178
  'button'                      => '?',
178 179
  'history'                     => 'Historie',

Auch abrufbar als: Unified diff