From f6f164893eec75842ae68d4acf1f17a793c1860c Mon Sep 17 00:00:00 2001 From: Hans <70293671+Dolisupport@users.noreply.github.com> Date: Wed, 7 Oct 2020 16:45:06 +0200 Subject: [PATCH] Update ticket.class.php --- htdocs/ticket/class/ticket.class.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 9076a236978..04abd650032 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -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 */