Update facture.class.php ajout de class_element_line

This commit is contained in:
Sébastien NASSIET
2025-01-22 14:31:05 +01:00
committed by GitHub
parent 36b48a81ec
commit 8069cd304d

View File

@@ -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
*/