X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=47a3e5d671a71f23a5510e795d36d5ae629753a6;hb=ea13528447272a1d79ccd348253a551e84e5720b;hp=f0246220d02df7a6790ce1a86162031d840cf6fb;hpb=c11697d16352fc16dc0f70d7f555877d4936cd8c;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index f0246220d..47a3e5d67 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -1048,6 +1048,8 @@ sub post { my @current_taxaccounts = (split(/ /, $form->{taxaccounts})); $form->error($locale->text('Cannot post invoice for advance payment with more than one tax')) if (scalar @current_taxaccounts > 1); + $form->error($locale->text('Cannot post invoice for advance payment with taxincluded')) + if ($form->{taxincluded}); } for my $i (1 .. $form->{paidaccounts}) {