Clean code
This commit is contained in:
parent
bb8aaa1bdf
commit
5be634cbd4
@ -4012,7 +4012,6 @@ class OrderLine extends CommonOrderLine
|
|||||||
*/
|
*/
|
||||||
public $commande_id;
|
public $commande_id;
|
||||||
|
|
||||||
// From llx_commandedet
|
|
||||||
public $fk_parent_line;
|
public $fk_parent_line;
|
||||||
public $fk_facture;
|
public $fk_facture;
|
||||||
|
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/class/commonobjectline.class.php
|
* \file htdocs/core/class/commonobjectline.class.php
|
||||||
* \ingroup core
|
* \ingroup core
|
||||||
* \brief File of the superclass of classes of lines of business objects (invoice, contract, PROPAL, commands, etc. ...)
|
* \brief File of the superclass of classes of lines of business objects (invoice, contract, proposal, orders, etc. ...)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -121,6 +121,12 @@ abstract class CommonOrderLine extends CommonObjectLine
|
|||||||
*/
|
*/
|
||||||
public $remise_percent;
|
public $remise_percent;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* VAT code
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $vat_src_code;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VAT %
|
* VAT %
|
||||||
* @var float
|
* @var float
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user