Merge pull request #15540 from frederic34/patch-8

doxygen
This commit is contained in:
Laurent Destailleur 2020-11-25 18:14:35 +01:00 committed by GitHub
commit a9eb77d110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;