Überprüfung auf Nullbuchung und Übersetzungen
authorThomas Kasulke <t.kasulke@linet-services.de>
Mon, 14 May 2007 10:17:49 +0000 (10:17 +0000)
committerThomas Kasulke <t.kasulke@linet-services.de>
Mon, 14 May 2007 10:17:49 +0000 (10:17 +0000)
bin/mozilla/cp.pl
locale/de/all
locale/de/cp

index c7e9a9b..f91e9e0 100644 (file)
@@ -747,7 +747,7 @@ sub check_form {
     exit;
   }
 
-  $form->error($locale->text('Zero amount posting!')) if ($form->{amount} eq "0,00" || $form->{amount} eq "0.00");
+  $form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{amount});
   $form->error($locale->text('Date missing!')) unless $form->{datepaid};
 
   $closedto = $form->datetonum($form->{closedto}, \%myconfig);
index 437ba2c..9fe5148 100644 (file)
@@ -1184,6 +1184,7 @@ gestartet',
   'You\'ve already chosen the following limitations:' => 'Sie haben bereits die folgenden Einschr&auml;nkungen vorgenommen:',
   'Zeitpunkt'                   => 'Zeitpunkt',
   'Zeitraum'                    => 'Zeitraum',
+  'Zero amount posting!'        => 'Nullbuchung!',
   'Zip, City'                   => 'PLZ, Ort',
   'Zipcode'                     => 'PLZ',
   'Zusatz'                      => 'Zusatz',
index 4ba7ed0..a2961df 100644 (file)
@@ -107,6 +107,7 @@ $self->{texts} = {
   'Vendor details'              => 'Lieferantendetails',
   'Vendor not on file or locked!' => 'Dieser Lieferant existiert nicht oder ist gesperrt.',
   'Vendor not on file!'         => 'Lieferant ist nicht in der Datenbank!',
+  'Zero amount posting!'        => 'Nullbuchung!',
   'bin_list'                    => 'Lagerliste',
   'button'                      => '?',
   'invoice'                     => 'Rechnung',