Update fournisseur.facture.class.php

This commit is contained in:
Philippe Grand 2018-08-23 10:05:02 +02:00 committed by GitHub
parent e09f7bedd0
commit 0e3c9ffd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,9 @@ class FactureFournisseur extends CommonInvoice
public $element='invoice_supplier';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='facture_fourn';
* @var string Name of table without prefix where object is stored
*/
public $table_element='facture_fourn';
public $table_element_line='facture_fourn_det';
public $fk_element='fk_facture_fourn';