summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-10-11 15:17:00 -0700
committerIvan Kohler <ivan@freeside.biz>2012-10-11 15:17:00 -0700
commitd18a2d8fcf7dcfcc55ace0461902fa6f1c36228b (patch)
tree31157c1764cabe418ec0c941058cd7285e6358a4 /httemplate/edit/process
parentb7d5d55cc3cd3fa3437b6ca239768df937605b2b (diff)
parent920fcb0f612e3ef64064989d5fb20828f3297218 (diff)
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
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;
}