From 59aa696fb295598b6ceecaa45009617ef6d56aaf Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 12 Dec 2002 21:44:28 +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 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, -- 2.11.0