add USERNAME replacer to all email templates; fixes #1032
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -222,6 +222,7 @@ class EmailAccounts extends ApiCommand implements ResourceEntity
|
||||
'NAME' => $customer['name'],
|
||||
'FIRSTNAME' => $customer['firstname'],
|
||||
'COMPANY' => $customer['company'],
|
||||
'USERNAME' => $customer['loginname'],
|
||||
'CUSTOMER_NO' => $customer['customernumber']
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user