diff options
author | ivan <ivan> | 2002-12-12 21:44:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-12 21:44:28 +0000 |
commit | 59aa696fb295598b6ceecaa45009617ef6d56aaf (patch) | |
tree | c2cd33a2f289c2311785193c06a81e6d4513867f /FS | |
parent | 6addb511875324241cb002b2fe96225c066d0ddc (diff) |
custnum in welcome email
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_acct.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 388b8dd88..2062eb9ba 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -369,6 +369,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, |