From 49098218cbbe1b6f132912e3adadd00c300e3c6c Mon Sep 17 00:00:00 2001 From: lvessiller Date: Fri, 28 Aug 2020 16:55:28 +0200 Subject: [PATCH] NEW subject title with company name instead of application title in ticket message --- htdocs/core/class/html.formticket.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 251433a82a6..8be1c3d2833 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -919,8 +919,7 @@ class FormTicket // Subject print ''.$langs->trans('Subject').''; - $label_title = empty($conf->global->MAIN_APPLICATION_TITLE) ? $mysoc->name : $conf->global->MAIN_APPLICATION_TITLE; - print 'ref.'] '.$langs->trans('TicketNewMessage').'" />'; + print 'ref . '] '.$langs->trans('TicketNewMessage').'" />'; print ''; // Destinataires