Revision 937a4937
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
747 | 747 |
exit; |
748 | 748 |
} |
749 | 749 |
|
750 |
$form->error($locale->text('Zero amount posting!')) if ($form->{amount} eq "0,00" || $form->{amount} eq "0.00");
|
|
750 |
$form->error($locale->text('Zero amount posting!')) if !$form->parse_amount(\%myconfig, $form->{amount});
|
|
751 | 751 |
$form->error($locale->text('Date missing!')) unless $form->{datepaid}; |
752 | 752 |
|
753 | 753 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
locale/de/all | ||
---|---|---|
1184 | 1184 |
'You\'ve already chosen the following limitations:' => 'Sie haben bereits die folgenden Einschränkungen vorgenommen:', |
1185 | 1185 |
'Zeitpunkt' => 'Zeitpunkt', |
1186 | 1186 |
'Zeitraum' => 'Zeitraum', |
1187 |
'Zero amount posting!' => 'Nullbuchung!', |
|
1187 | 1188 |
'Zip, City' => 'PLZ, Ort', |
1188 | 1189 |
'Zipcode' => 'PLZ', |
1189 | 1190 |
'Zusatz' => 'Zusatz', |
locale/de/cp | ||
---|---|---|
107 | 107 |
'Vendor details' => 'Lieferantendetails', |
108 | 108 |
'Vendor not on file or locked!' => 'Dieser Lieferant existiert nicht oder ist gesperrt.', |
109 | 109 |
'Vendor not on file!' => 'Lieferant ist nicht in der Datenbank!', |
110 |
'Zero amount posting!' => 'Nullbuchung!', |
|
110 | 111 |
'bin_list' => 'Lagerliste', |
111 | 112 |
'button' => '?', |
112 | 113 |
'invoice' => 'Rechnung', |
Auch abrufbar als: Unified diff
Überprüfung auf Nullbuchung und Übersetzungen