Update html.formmail.class.php

This commit is contained in:
Frédéric FRANCE 2016-04-17 12:20:45 +02:00
parent 7163ee55f7
commit d5980a5bf8

View File

@ -920,6 +920,7 @@ class FormMail extends Form
*/
function setSubstitFromObject($object)
{
global $user;
$this->substit['__REF__'] = $object->ref;
$this->substit['__SIGNATURE__'] = $user->signature;
$this->substit['__REFCLIENT__'] = $object->ref_client;