diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index b30bba8c075d2248386b552d129ea1ba32e1888e..b4d713b7b7ab2e3a137d2c6c3f1acfa48d36b72c 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -294,8 +294,8 @@ class Notify //$urlwithroot=DOL_MAIN_URL_ROOT; // This is to use same domain name than current // Define some vars - $application = $mysoc->name; - //if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $application = $conf->global->MAIN_APPLICATION_TITLE; + $application = 'Dolibarr'; + if (! empty($conf->global->MAIN_APPLICATION_TITLE)) $application = $conf->global->MAIN_APPLICATION_TITLE; $replyto = $conf->notification->email_from; $filename = basename($file); $mimefile = dol_mimetype($file); @@ -356,7 +356,7 @@ class Notify $outputlangs->setDefaultLang($obj->default_lang); } - $subject = '['.$application.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification"); + $subject = '['.$mysoc->name.'] '.$outputlangs->transnoentitiesnoconv("DolibarrNotification"); switch ($notifcode) { case 'BILL_VALIDATE': @@ -524,7 +524,7 @@ class Notify $link = ''; $num++; - $subject = '['.$application.'] '.$langs->transnoentitiesnoconv("DolibarrNotification"); + $subject = '['.$mysoc->name.'] '.$langs->transnoentitiesnoconv("DolibarrNotification"); switch ($notifcode) { case 'BILL_VALIDATE':