add USERNAME replacer to all email templates; fixes #1032

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-31 10:43:39 +02:00
parent d545e7e09d
commit bbd754c198
5 changed files with 8 additions and 4 deletions

View File

@@ -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']
];