Update card.php

This commit is contained in:
Laurent Destailleur 2022-01-11 13:31:16 +01:00 committed by GitHub
parent aa9642b86f
commit 54cf91eda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,6 +207,8 @@ if (empty($reshook))
if ($result > 0) {
$substitutionarray['__THIRDPARTY_CUSTOMER_CODE__'] = $thirdpartystatic->code_client;
} else {
$substitutionarray['__THIRDPARTY_CUSTOMER_CODE__'] = '';
}
}
$substitutionarray['__EMAIL__'] = $obj->email;