update comments

This commit is contained in:
Philippe GRAND 2019-04-01 09:42:01 +02:00
parent e2c5c49c52
commit e8e5e5cfb9
2 changed files with 2 additions and 2 deletions

View File

@ -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++;

View File

@ -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
/*