Clean code
This commit is contained in:
parent
bb8aaa1bdf
commit
5be634cbd4
@ -4012,7 +4012,6 @@ class OrderLine extends CommonOrderLine
|
||||
*/
|
||||
public $commande_id;
|
||||
|
||||
// From llx_commandedet
|
||||
public $fk_parent_line;
|
||||
public $fk_facture;
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
/**
|
||||
* \file htdocs/core/class/commonobjectline.class.php
|
||||
* \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;
|
||||
|
||||
/**
|
||||
* VAT code
|
||||
* @var string
|
||||
*/
|
||||
public $vat_src_code;
|
||||
|
||||
/**
|
||||
* VAT %
|
||||
* @var float
|
||||
|
||||
Loading…
Reference in New Issue
Block a user