From e701ea0b2fa3e35c0e5f9565046d2fb77df20f4d Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Mon, 16 Jan 2017 14:06:34 +0100 Subject: [PATCH] Add dictionnary mail for contract --- htdocs/admin/dict.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 2ca1337736e..6d8787b1677 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -557,6 +557,7 @@ if ($id == 25) if ($conf->fournisseur->enabled) $elementList['order_supplier_send']=$langs->trans('MailToSendSupplierOrder'); if ($conf->fournisseur->enabled) $elementList['invoice_supplier_send']=$langs->trans('MailToSendSupplierInvoice'); if ($conf->societe->enabled) $elementList['thirdparty']=$langs->trans('MailToThirdparty'); + if ($conf->contrat->enabled) $elementList['contract']=$langs->trans('MailToSendContract'); $parameters=array('elementList'=>$elementList); $reshook=$hookmanager->executeHooks('emailElementlist',$parameters); // Note that $action and $object may have been modified by some hooks