mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Clean code
This commit is contained in:
@@ -294,8 +294,8 @@ abstract class CommonObject
|
||||
|
||||
/**
|
||||
* @var int Delivery address ID
|
||||
* @deprecated
|
||||
* @see setDeliveryAddress()
|
||||
* @deprecated
|
||||
*/
|
||||
public $fk_delivery_address;
|
||||
|
||||
@@ -425,6 +425,8 @@ abstract class CommonObject
|
||||
public $date_validation; // Date validation
|
||||
public $date_modification; // Date last change (tms field)
|
||||
|
||||
public $next_prev_filter;
|
||||
|
||||
|
||||
|
||||
// No constructor as it is an abstract class
|
||||
|
||||
Reference in New Issue
Block a user