Update fournisseur.facture.class.php
This commit is contained in:
parent
e09f7bedd0
commit
0e3c9ffd51
@ -44,9 +44,9 @@ class FactureFournisseur extends CommonInvoice
|
|||||||
public $element='invoice_supplier';
|
public $element='invoice_supplier';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Name of table without prefix where object is stored
|
* @var string Name of table without prefix where object is stored
|
||||||
*/
|
*/
|
||||||
public $table_element='facture_fourn';
|
public $table_element='facture_fourn';
|
||||||
|
|
||||||
public $table_element_line='facture_fourn_det';
|
public $table_element_line='facture_fourn_det';
|
||||||
public $fk_element='fk_facture_fourn';
|
public $fk_element='fk_facture_fourn';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user