summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-10-11 15:15:48 -0700
committerIvan Kohler <ivan@freeside.biz>2012-10-11 15:15:48 -0700
commit671846c7bee35093d62a467236dddfe4706520b3 (patch)
treee85f01aabbeb4a7a17d1c28b57ecf9ad7e3cb4a8 /httemplate/edit/process
parent47e67d9852be3ccab87d2993f063e920295d8e65 (diff)
parent4c886d5b7b118382dd021636ecb3de2ce275e7c1 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/msg_template.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/msg_template.html b/httemplate/edit/process/msg_template.html
index b19f5c542..e146adf76 100644
--- a/httemplate/edit/process/msg_template.html
+++ b/httemplate/edit/process/msg_template.html
@@ -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;
}