';
// Convert date into timestamp format
if (in_array($extrafields->attributes[$object->table_element]['type'][$key], array('date','datetime')))
diff --git a/htdocs/langs/fr_FR/categories.lang b/htdocs/langs/fr_FR/categories.lang
index adecb7604c8..e40474eb925 100644
--- a/htdocs/langs/fr_FR/categories.lang
+++ b/htdocs/langs/fr_FR/categories.lang
@@ -47,17 +47,17 @@ ContentsNotVisibleByAllShort=Contenu non visible par tous
DeleteCategory=Effacer le(a) libellé/catégorie
ConfirmDeleteCategory=Êtes-vous sûr de vouloir supprimer ce tag/catégorie ?
NoCategoriesDefined=Aucun(e) tag/catégorie défini(e)
-SuppliersCategoryShort=Tags/catégories de fournisseurs
-CustomersCategoryShort=Tags/catégories de clients
-ProductsCategoryShort=Tags/catégories de produits
-MembersCategoryShort=Tags/catégories adhérents
+SuppliersCategoryShort=Tag/catégorie de fournisseurs
+CustomersCategoryShort=Tag/catégorie de clients
+ProductsCategoryShort=Tag/catégorie de produits
+MembersCategoryShort=Tag/catégorie adhérents
SuppliersCategoriesShort=Tags fournisseurs
CustomersCategoriesShort=Tags/catégories de clients
ProspectsCategoriesShort=Tags/Catégories de prospects
CustomersProspectsCategoriesShort=Tags clients/prosp.
ProductsCategoriesShort=Tags/catégories de produits
MembersCategoriesShort=Tags/catégories de membres
-ContactCategoriesShort=Tags de contacts
+ContactCategoriesShort=Tags/catégories de contacts
AccountsCategoriesShort=Tag/catégorie des comptes
ProjectsCategoriesShort=Tags/catégories de projets
ThisCategoryHasNoProduct=Ce tag/catégorie ne contient aucun produit.
diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 80427437488..cd923ee6dcd 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -1427,15 +1427,6 @@ else
print '';
}
- // Assign a sale representative
- print '
';
- $userlist = $form->select_dolusers('', '', 0, null, 0, '', '', 0, 0, 0, '', 0, '', '', 0, 1);
- // Note: If user has no right to "see all thirdparties", we for selection of sale representative to him, so after creation he can see the record.
- print $form->multiselectarray('commercial', $userlist, (count(GETPOST('commercial', 'array')) > 0?GETPOST('commercial', 'array'):(empty($user->rights->societe->client->voir)?array($user->id):array())), null, null, null, null, "90%");
- print '
';
+ $userlist = $form->select_dolusers('', '', 0, null, 0, '', '', 0, 0, 0, '', 0, '', '', 0, 1);
+ // Note: If user has no right to "see all thirdparties", we for selection of sale representative to him, so after creation he can see the record.
+ print $form->multiselectarray('commercial', $userlist, (count(GETPOST('commercial', 'array')) > 0?GETPOST('commercial', 'array'):(empty($user->rights->societe->client->voir)?array($user->id):array())), null, null, null, null, "90%");
+ print '