瀏覽代碼

Add dictionnary mail for contract

BENKE Charlie 8 年之前
父節點
當前提交
e701ea0b2f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      htdocs/admin/dict.php

+ 1 - 0
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