HTML templates for printable form letters, #17349
[freeside.git] / httemplate / edit / process / msg_template.html
index b19f5c5..e146adf 100644 (file)
@@ -29,6 +29,8 @@ sub args_callback {
   # no validation of these; they can contain just about anything
   $content{'subject'} = $cgi->param('subject') || '';
   $content{'body'} = $cgi->param('body') || '';
+  $object->subject('');
+  $object->body('');
   return %content;
 }