Update html.formticket.class.php

This commit is contained in:
Frédéric FRANCE 2019-10-16 23:18:14 +02:00 committed by GitHub
parent d0e5c8cb35
commit 46d2bf3317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ class FormTicket
public $withcompany; // affiche liste déroulante company
public $withfromsocid;
public $withfromcontactid;
public $withnotnotifytiersatcreate;
public $withnotifytiersatcreate;
public $withusercreate; // Show name of creating user in form
public $withcreatereadonly;
@ -112,7 +112,7 @@ class FormTicket
$this->withfromcontactid = 0;
//$this->withthreadid=0;
//$this->withtitletopic='';
$this->withnotnotifytiersatcreate = 0;
$this->withnotifytiersatcreate = 0;
$this->withusercreate = 1;
$this->withcreatereadonly = 1;
$this->withemail = 0;