From 9ae281d6c0976d4abdb6d9e46a541de690bcea2e Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Dec 2002 21:44:53 +0000 Subject: [PATCH] custnum in welcome email --- FS/FS/svc_acct.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 1bdd3e82c..af9028014 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -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, -- 2.11.0