custnum in welcome email
[freeside.git] / FS / FS / svc_acct.pm
index 1bdd3e8..af90280 100644 (file)
@@ -373,6 +373,7 @@ sub insert {
           'subject'  => $welcome_subject,
           'mimetype' => $welcome_mimetype,
           'body'     => $welcome_template->fill_in( HASH => {
+                          'custnum'  => $self->custnum,
                           'username' => $self->username,
                           'password' => $self->_password,
                           'first'    => $cust_main->first,