X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6cdecee00532bb8ab2212508acb3d5922cfeba39..ab96e204a2beec2302b1850df50f45a6e67a13c4:/SL/OE.pm?ds=sidebyside diff --git a/SL/OE.pm b/SL/OE.pm index b6a261a98..6332a5927 100644 --- 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$/) { - $quotation = 't'; + $quotation = 'f'; $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}; }