Fix bad property set
This commit is contained in:
parent
203cbd56c2
commit
05ae0c370f
@ -1612,7 +1612,7 @@ class EmailCollector extends CommonObject
|
|||||||
$descriptionfull = dol_concatdesc($descriptionfull, "----- Header");
|
$descriptionfull = dol_concatdesc($descriptionfull, "----- Header");
|
||||||
$descriptionfull = dol_concatdesc($descriptionfull, $header);
|
$descriptionfull = dol_concatdesc($descriptionfull, $header);
|
||||||
|
|
||||||
$tickettocreate->title = $subject;
|
$tickettocreate->subject = $subject;
|
||||||
$tickettocreate->message = $description;
|
$tickettocreate->message = $description;
|
||||||
$tickettocreate->type_code = 0;
|
$tickettocreate->type_code = 0;
|
||||||
$tickettocreate->category_code = 0;
|
$tickettocreate->category_code = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user