]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Anzahlungsrechnung nur netto erlauben
[mfinanz.git] / bin / mozilla / is.pl
index f0246220d02df7a6790ce1a86162031d840cf6fb..47a3e5d671a71f23a5510e795d36d5ae629753a6 100644 (file)
@@ -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}) {