Standardize and update code
This commit is contained in:
parent
62c602e821
commit
69379dc2bb
@ -47,6 +47,9 @@ class Comment extends CommonObject
|
|||||||
|
|
||||||
public $datec;
|
public $datec;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_author;
|
public $fk_user_author;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -70,10 +70,24 @@ class DiscountAbsolute
|
|||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
public $datec; // Date creation
|
public $datec; // Date creation
|
||||||
public $fk_facture_line; // Id invoice line when a discount is used into an invoice line (for absolute discounts)
|
|
||||||
public $fk_facture; // Id invoice when a discount line is used into an invoice (for credit note)
|
/**
|
||||||
public $fk_facture_source; // Id facture avoir a l'origine de la remise
|
* @var int ID invoice line when a discount is used into an invoice line (for absolute discounts)
|
||||||
public $ref_facture_source; // Ref facture avoir a l'origine de la remise
|
*/
|
||||||
|
public $fk_facture_line;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID invoice when a discount line is used into an invoice (for credit note)
|
||||||
|
*/
|
||||||
|
public $fk_facture;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID credit note having caused the discount
|
||||||
|
*/
|
||||||
|
public $fk_facture_source;
|
||||||
|
|
||||||
|
public $ref_facture_source; // Ref credit note having caused the discount
|
||||||
|
|
||||||
public $ref_invoice_supplier_source;
|
public $ref_invoice_supplier_source;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user