Revision 59f6b67c
Von Jan Büren vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1024 | 1024 |
|
1025 | 1025 |
$form->isblank("exchangerate", $locale->text('Exchangerate missing!')) |
1026 | 1026 |
if ($form->{currency} ne $form->{defaultcurrency}); |
1027 |
# advance payment allows only one tax |
|
1028 |
if ($form->{type} eq 'invoice_for_advance_payment') { |
|
1029 |
my @current_taxaccounts = (split(/ /, $form->{taxaccounts})); |
|
1030 |
$form->error($locale->text('Cannot post invoice for advance payment with more than one tax')) |
|
1031 |
if (scalar @current_taxaccounts > 1); |
|
1032 |
} |
|
1027 | 1033 |
|
1028 | 1034 |
for my $i (1 .. $form->{paidaccounts}) { |
1029 | 1035 |
if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) { |
Auch abrufbar als: Unified diff
Anzahlungsrechnung: Nur eine Mehrwertsteuer erlauben. Rückbuchungen nur Netto