From 05aa11fce0e238216ca080d8ef298329b6a56b21 Mon Sep 17 00:00:00 2001 From: simnandez Date: Tue, 28 May 2013 09:28:31 +0200 Subject: [PATCH 1/2] [ bug #914 ] It is not possible to validate a supplier invoice --- htdocs/fourn/facture/fiche.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } From 0219242484ca9a519d81edf8544936d86c94ef7d Mon Sep 17 00:00:00 2001 From: simnandez Date: Tue, 28 May 2013 15:19:24 +0200 Subject: [PATCH 2/2] Fix: Trad categories more accurate --- htdocs/langs/ca_ES/categories.lang | 2 +- htdocs/langs/es_ES/categories.lang | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.