Skip to content

Commit

Permalink
Merge branch '19.0' into 19_fix_priceupdate_list_when_multiprice
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry authored Jan 29, 2025
2 parents ce19d7c + 9ba3c12 commit ba5c3cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/compta/facture/class/facture.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit ba5c3cc

Please sign in to comment.