typos in getAttchments() $arrayobject

This commit is contained in:
Noé Cendrier 2023-02-08 09:58:30 +01:00
parent 87d2f6be2e
commit b880029ac0

View File

@ -1969,7 +1969,7 @@ class EmailCollector extends CommonObject
'class' => 'compta/facture/class/facture.class.php', 'class' => 'compta/facture/class/facture.class.php',
'object' => 'Facture'), 'object' => 'Facture'),
'fournisseur/facture' => array('table' => 'facture_fourn', 'fournisseur/facture' => array('table' => 'facture_fourn',
'fields' => array('ref', ref_client), 'fields' => array('ref', 'ref_client'),
'class' => 'fourn/class/fournisseur.facture.class.php', 'class' => 'fourn/class/fournisseur.facture.class.php',
'object' => 'FactureFournisseur'), 'object' => 'FactureFournisseur'),
'produit' => array('table' => 'product', 'produit' => array('table' => 'product',