]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/OE.pm
Kosmetik
[kivitendo-erp.git] / SL / OE.pm
index b6a261a98ded8bc928277a8613826ffd1da26a4d..6332a5927b28602a30d3e1dc379d9bbf4e7e2715 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -393,11 +393,11 @@ sub save {
 
   # fill in subject if there is none
   if ($form->{type} =~ /_order$/) {
 
   # fill in subject if there is none
   if ($form->{type} =~ /_order$/) {
-    $quotation = 't';
+    $quotation = 'f';
     $form->{subject} = qq|$form->{label} $form->{ordnumber}|
       unless $form->{subject};
   } else {
     $form->{subject} = qq|$form->{label} $form->{ordnumber}|
       unless $form->{subject};
   } else {
-    $quotation = 'f';
+    $quotation = 't';
     $form->{subject} = qq|$form->{label} $form->{quonumber}|
       unless $form->{subject};
   }
     $form->{subject} = qq|$form->{label} $form->{quonumber}|
       unless $form->{subject};
   }