]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Proformarechnung geht bei Drucken und Buchen verloren
[mfinanz.git] / bin / mozilla / is.pl
index 6f71598f36bcad9bf86e774d4c3c158ac343c908..5ac59b27e74b3256af2536d0ac94d7cd41171c93 100644 (file)
@@ -214,6 +214,8 @@ sub prepare_invoice {
   if ($form->{type} eq "credit_note") {
     $form->{type}     = "credit_note";
     $form->{formname} = "credit_note";
+  } elsif ($form->{formname} eq "proforma" ) {
+    $form->{type}     = "invoice";
   } else {
     $form->{type}     = "invoice";
     $form->{formname} = "invoice";