From e8e5e5cfb926398d9d2fb732442090689c64f67d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 1 Apr 2019 09:42:01 +0200 Subject: [PATCH] update comments --- htdocs/core/modules/modAdherent.class.php | 2 +- htdocs/core/modules/modAsset.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php index 45adea16100..0a7c1c15484 100644 --- a/htdocs/core/modules/modAdherent.class.php +++ b/htdocs/core/modules/modAdherent.class.php @@ -261,7 +261,7 @@ class modAdherent extends DolibarrModules // $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code) // $this->export_permission[$r] List of permission codes required to export // $this->export_fields_sql[$r] List of exportable fields in SQL codiffication - // $this->export_fields_name[$r] Liste des champs exportables en codif traduction + // $this->export_fields_name[$r] List of exportable fields in translation codiffication // $this->export_sql[$r] Requete sql qui offre les donnees a l'export $r++; diff --git a/htdocs/core/modules/modAsset.class.php b/htdocs/core/modules/modAsset.class.php index 94dfa1624d2..dc1bf799ff4 100644 --- a/htdocs/core/modules/modAsset.class.php +++ b/htdocs/core/modules/modAsset.class.php @@ -222,7 +222,7 @@ class modAsset extends DolibarrModules // $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code) // $this->export_permission[$r] List of permission codes required to export // $this->export_fields_sql[$r] List of exportable fields in SQL codiffication - // $this->export_fields_name[$r] Liste des champs exportables en codif traduction + // $this->export_fields_name[$r] List of exportable fields in translation codiffication // $this->export_sql[$r] Requete sql qui offre les donnees a l'export /*