diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index d0e180b7221..7b88fa1bd6f 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -27,10 +27,6 @@ * \brief Page to show category tab */ -error_reporting(E_ALL); -ini_set('display_errors', true); -ini_set('html_errors', false); - require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php'; diff --git a/htdocs/langs/en_US/categories.lang b/htdocs/langs/en_US/categories.lang index 93afe583bfc..bddaf125aec 100644 --- a/htdocs/langs/en_US/categories.lang +++ b/htdocs/langs/en_US/categories.lang @@ -81,6 +81,7 @@ CustomersCategoriesShort=Customers categories CustomersProspectsCategoriesShort=Custo./Prosp. categories ProductsCategoriesShort=Products categories MembersCategoriesShort=Members categories +ContactCategoriesShort=Contacts categories ThisCategoryHasNoProduct=This category does not contain any product. ThisCategoryHasNoSupplier=This category does not contain any supplier. ThisCategoryHasNoCustomer=This category does not contain any customer. diff --git a/htdocs/langs/fr_FR/categories.lang b/htdocs/langs/fr_FR/categories.lang index a800bfa298f..c14906dd2fb 100644 --- a/htdocs/langs/fr_FR/categories.lang +++ b/htdocs/langs/fr_FR/categories.lang @@ -76,6 +76,7 @@ SuppliersCategoryShort=Catégorie fournisseurs CustomersCategoryShort=Catégorie clients ProductsCategoryShort=Catégorie produits MembersCategoryShort=Catégorie adhérent +ContactCategoriesShort=Catégorie Contacts SuppliersCategoriesShort=Catégories fournisseurs CustomersCategoriesShort=Catégories clients CustomersProspectsCategoriesShort=Catégories clients/prospects