Update html.formmail.class.php
This commit is contained in:
parent
4ce81ee535
commit
09a6946281
@ -1503,7 +1503,7 @@ class FormMail extends Form
|
||||
// For mass emailing, we have different keys
|
||||
$tmparray['__ID__'] = 'IdRecord';
|
||||
$tmparray['__THIRDPARTY_CUSTOMER_CODE__'] = 'CustomerCode';
|
||||
$tmparray['__THIRDPARTY_CUSTOMER_CODE_WITHOUT_PREFIX__'] = 'CustomerCodeWithoutPrefix';
|
||||
//$tmparray['__THIRDPARTY_CUSTOMER_CODE_WITHOUT_PREFIX__'] = 'CustomerCodeWithoutPrefix'; // Not yet working
|
||||
$tmparray['__EMAIL__'] = 'EMailRecipient';
|
||||
$tmparray['__LASTNAME__'] = 'Lastname';
|
||||
$tmparray['__FIRSTNAME__'] = 'Firstname';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user