Merge pull request #23829 from altairis-noe/typo

FIX: typos in getAttchments() $arrayobject
This commit is contained in:
Laurent Destailleur 2023-02-09 15:10:11 +01:00 committed by GitHub
commit bfa9af36d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',