Merge pull request #6668 from marcosgdf/bug-6613

FIX #6613 Default subject for Supplier proposal emails is filled with a non-existing key
This commit is contained in:
Laurent Destailleur 2017-04-11 11:14:47 +02:00 committed by GitHub
commit 50dbe39cda

View File

@ -1907,7 +1907,7 @@ if ($action == 'create')
$formmail->withtocc = $liste;
$formmail->withtoccc = (! empty($conf->global->MAIN_EMAIL_USECCC) ? $conf->global->MAIN_EMAIL_USECCC : false);
$formmail->withtopic = $outputlangs->trans('SendAskRef', '__ASKREF__');
$formmail->withtopic = $outputlangs->trans('SendAskRef', '__SUPPLIERPROPREF__');
$formmail->withfile = 2;
$formmail->withbody = 1;