diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:17:00 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-11 15:17:00 -0700 |
| commit | d18a2d8fcf7dcfcc55ace0461902fa6f1c36228b (patch) | |
| tree | 31157c1764cabe418ec0c941058cd7285e6358a4 /httemplate/edit/process | |
| parent | b7d5d55cc3cd3fa3437b6ca239768df937605b2b (diff) | |
| parent | 920fcb0f612e3ef64064989d5fb20828f3297218 (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.html | 2 |
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; } |
