mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
This commit is contained in:
@@ -167,6 +167,10 @@ abstract class CommonObject
|
||||
* @var CommonObject To store a cloned copy of object before to edit it and keep track of old properties
|
||||
*/
|
||||
public $oldcopy;
|
||||
/**
|
||||
* @var CommonObject To store old value of a modified ref
|
||||
*/
|
||||
public $oldref;
|
||||
|
||||
/**
|
||||
* @var string Column name of the ref field.
|
||||
|
||||
Reference in New Issue
Block a user