Update ticket.class.php

This commit is contained in:
Hans 2020-10-07 16:45:06 +02:00 committed by GitHub
parent 24295b309d
commit f6f164893e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,26 @@ class Ticket extends CommonObject
*/
public $severity_code;
/**
* Type label
*/
public $type_label;
/**
* Category label
*/
public $category_label;
/**
* Severity label
*/
public $severity_label;
/**
* Email from user
*/
public $email_from;
/**
* @var int Création date
*/