From d877b50bc705993cc873be768cb0fa8ef4c6c082 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Aug 2023 03:53:32 +0200 Subject: [PATCH] Debug v18 --- htdocs/core/class/commonobject.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index e872e56adf5..786b3e9959d 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -168,6 +168,8 @@ abstract class CommonObject */ public $oldcopy; + public $oldref; + /** * @var string Column name of the ref field. */