Update notify.class.php

This commit is contained in:
Laurent Destailleur 2018-10-04 19:30:45 +02:00 committed by GitHub
parent 2232bd3944
commit 4fad28d360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,7 +580,7 @@ class Notify
$link = '';
$num++;
$subject = '['.$mysoc->name.'] '.$projtitle.' '.$langs->transnoentitiesnoconv("DolibarrNotification");
$subject = '['.$mysoc->name.'] '.$langs->transnoentitiesnoconv("DolibarrNotification").($projtitle?' '.$projtitle:'');
switch ($notifcode) {
case 'BILL_VALIDATE':