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);
'You\'ve already chosen the following limitations:' => 'Sie haben bereits die folgenden Einschränkungen vorgenommen:',
'Zeitpunkt' => 'Zeitpunkt',
'Zeitraum' => 'Zeitraum',
+ 'Zero amount posting!' => 'Nullbuchung!',
'Zip, City' => 'PLZ, Ort',
'Zipcode' => 'PLZ',
'Zusatz' => 'Zusatz',
'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',