diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 8774c2b871c..dcf47f43303 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -1344,7 +1344,8 @@ else if (! empty($conf->global->FAC_FORCE_DATE_VALIDATION)) { $object->date=dol_now(); - $object->date_lim_reglement=$object->calculate_date_lim_reglement(); + //TODO: Possibly will have to control payment information into suppliers + //$object->date_lim_reglement=$object->calculate_date_lim_reglement(); } $numref = $object->getNextNumRef($soc); } diff --git a/htdocs/langs/ca_ES/categories.lang b/htdocs/langs/ca_ES/categories.lang index f1724dc7d6f..b78604f19b1 100644 --- a/htdocs/langs/ca_ES/categories.lang +++ b/htdocs/langs/ca_ES/categories.lang @@ -76,7 +76,7 @@ ProductsCategoryShort=Categoria productes MembersCategoryShort=Categoria membre SuppliersCategoriesShort=Categories proveïdors CustomersCategoriesShort=Categories clients -CustomersProspectsCategoriesShort=Categories clients/potencials +CustomersProspectsCategoriesShort=Categories clients ProductsCategoriesShort=Categories productes MembersCategoriesShort=Categories membres ThisCategoryHasNoProduct=Aquesta categoria no conté cap producte. diff --git a/htdocs/langs/es_ES/categories.lang b/htdocs/langs/es_ES/categories.lang index 339eef375f6..217eb80ae64 100644 --- a/htdocs/langs/es_ES/categories.lang +++ b/htdocs/langs/es_ES/categories.lang @@ -76,7 +76,7 @@ ProductsCategoryShort=Categoría productos MembersCategoryShort=Categoría miembro SuppliersCategoriesShort=Categorías proveedores CustomersCategoriesShort=Categorías clientes -CustomersProspectsCategoriesShort=Categorías clientes/potenciales +CustomersProspectsCategoriesShort=Categorías clientes ProductsCategoriesShort=Categorías productos MembersCategoriesShort=Categorías miembros ThisCategoryHasNoProduct=Esta categoría no contiene ningún producto.