mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
doxygen
This commit is contained in:
@@ -4036,11 +4036,22 @@ class OrderLine extends CommonOrderLine
|
||||
public $commande_id;
|
||||
|
||||
public $fk_parent_line;
|
||||
|
||||
/**
|
||||
* @var int Id of invoice
|
||||
*/
|
||||
public $fk_facture;
|
||||
|
||||
/**
|
||||
* @var string External ref
|
||||
*/
|
||||
public $ref_ext;
|
||||
|
||||
public $fk_remise_except;
|
||||
|
||||
/**
|
||||
* @var int line rank
|
||||
*/
|
||||
public $rang = 0;
|
||||
public $fk_fournprice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user