mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
New: Mail template for contacts (#29415)
* New: Mail template for contacts * New: Mail template for contacts * New: Mail template for contacts
This commit is contained in:
parent
307235df8e
commit
13bca5cb1f
|
|
@ -9,7 +9,7 @@
|
|||
* Copyright (C) 2012-2015 Marcos García <marcosgdf@gmail.com>
|
||||
* Copyright (C) 2012 Christophe Battarel <christophe.battarel@ltairis.fr>
|
||||
* Copyright (C) 2011-2016 Alexandre Spangaro <aspangaro@open-dsi.fr>
|
||||
* Copyright (C) 2015 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2015-2024 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2016 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
|
||||
* Copyright (C) 2018-2023 Frédéric France <frederic.france@netlogic.fr>
|
||||
*
|
||||
|
|
@ -192,6 +192,9 @@ if (isModEnabled('recruitment') && $user->hasRight('recruitment', 'recruitmentjo
|
|||
if (isModEnabled("societe") && $user->hasRight('societe', 'lire')) {
|
||||
$elementList['thirdparty'] = img_picto('', 'company', 'class="pictofixedwidth"').dol_escape_htmltag($langs->trans('MailToThirdparty'));
|
||||
}
|
||||
if (isModEnabled("societe") && $user->hasRight('societe', 'contact', 'lire')) {
|
||||
$elementList['contact'] = img_picto('', 'contact', 'class="pictofixedwidth"').dol_escape_htmltag($langs->trans('MailToContact'));
|
||||
}
|
||||
if (isModEnabled('project')) {
|
||||
$elementList['project'] = img_picto('', 'project', 'class="pictofixedwidth"').dol_escape_htmltag($langs->trans('MailToProject'));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2036,6 +2036,7 @@ MailToSendContract=Contracts
|
|||
MailToSendReception=Receptions
|
||||
MailToExpenseReport=Expense reports
|
||||
MailToThirdparty=Third parties
|
||||
MailToContact=Contacts
|
||||
MailToMember=Members
|
||||
MailToUser=Users
|
||||
MailToProject=Projects
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user