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