Revision 87b04b66
Von Jan Büren vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1014 | 1014 |
|
1015 | 1015 |
$form->isblank("exchangerate", $locale->text('Exchangerate missing!')) |
1016 | 1016 |
if ($form->{currency} ne $form->{defaultcurrency}); |
1017 |
# advance payment allows only one tax |
|
1018 |
if ($form->{type} eq 'invoice_for_advance_payment') { |
|
1019 |
my @current_taxaccounts = (split(/ /, $form->{taxaccounts})); |
|
1020 |
$form->error($locale->text('Cannot post invoice for advance payment with more than one tax')) |
|
1021 |
if (scalar @current_taxaccounts > 1); |
|
1022 |
} |
|
1017 | 1023 |
|
1018 | 1024 |
for my $i (1 .. $form->{paidaccounts}) { |
1019 | 1025 |
if ($form->parse_amount(\%myconfig, $form->{"paid_$i"})) { |
Auch abrufbar als: Unified diff
Anzahlungsrechnung: Nur eine Mehrwertsteuer erlauben. Rückbuchungen nur Netto