From adc9897d1673361a31a7fdee6c8fd691295ab9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Mon, 31 Dec 2012 05:10:35 +0100 Subject: [PATCH] Agenda contacts type wasn't shown in $elementList --- htdocs/admin/dict.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 2a2c21469ad..62d5d2c7808 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -371,7 +371,8 @@ if ($id == 11) 'propal' => $langs->trans('Proposal'), 'facture' => $langs->trans('Bill'), 'facture_fourn' => $langs->trans('SupplierBill'), - 'fichinter' => $langs->trans('InterventionCard') + 'fichinter' => $langs->trans('InterventionCard'), + 'agenda' => $langs->trans('Agenda') ); if (! empty($conf->global->MAIN_SUPPORT_CONTACT_TYPE_FOR_THIRDPARTIES)) $elementList["societe"] = $langs->trans('ThirdParty'); $sourceList = array(