mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Update facture.class.php ajout de class_element_line
This commit is contained in:
committed by
GitHub
parent
36b48a81ec
commit
8069cd304d
@@ -75,6 +75,11 @@ class Facture extends CommonInvoice
|
||||
*/
|
||||
public $table_element_line = 'facturedet';
|
||||
|
||||
/**
|
||||
* @var string Name of class line
|
||||
*/
|
||||
public $class_element_line = 'FactureLigne';
|
||||
|
||||
/**
|
||||
* @var string Fieldname with ID of parent key if this field has a parent
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user