Clean code

This commit is contained in:
Laurent Destailleur 2020-11-09 11:34:58 +01:00
parent bb8aaa1bdf
commit 5be634cbd4
3 changed files with 7 additions and 2 deletions

View File

@ -4012,7 +4012,6 @@ class OrderLine extends CommonOrderLine
*/
public $commande_id;
// From llx_commandedet
public $fk_parent_line;
public $fk_facture;

View File

@ -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. ...)
*/

View File

@ -121,6 +121,12 @@ abstract class CommonOrderLine extends CommonObjectLine
*/
public $remise_percent;
/**
* VAT code
* @var string
*/
public $vat_src_code;
/**
* VAT %
* @var float