mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 02:11:27 +01:00
[Qual] Cleanup of inherited class properties
This commit is contained in:
@@ -131,6 +131,7 @@ abstract class CommonObject
|
||||
public $thirdparty;
|
||||
/**
|
||||
* @deprecated
|
||||
* @var Societe A related customer
|
||||
* @see thirdparty
|
||||
*/
|
||||
public $client;
|
||||
@@ -283,27 +284,27 @@ abstract class CommonObject
|
||||
public $note;
|
||||
|
||||
/**
|
||||
* @var float
|
||||
* @var float Total amount before taxes
|
||||
* @see update_price()
|
||||
*/
|
||||
public $total_ht;
|
||||
/**
|
||||
* @var float
|
||||
* @var float Total VAT amount
|
||||
* @see update_price()
|
||||
*/
|
||||
public $total_tva;
|
||||
/**
|
||||
* @var float
|
||||
* @var float Total local tax 1 amount
|
||||
* @see update_price()
|
||||
*/
|
||||
public $total_localtax1;
|
||||
/**
|
||||
* @var float
|
||||
* @var float Total local tax 2 amount
|
||||
* @see update_price()
|
||||
*/
|
||||
public $total_localtax2;
|
||||
/**
|
||||
* @var float
|
||||
* @var float Total amount with taxes
|
||||
* @see update_price()
|
||||
*/
|
||||
public $total_ttc;
|
||||
|
||||
Reference in New Issue
Block a user