From 81df6ed4a8c1a7bfef4e9fd399f806eba0b93edc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 17 Dec 2018 23:26:03 +0100 Subject: [PATCH] Pre_Operation : add attribut --- include/class/pre_operation.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class/pre_operation.class.php b/include/class/pre_operation.class.php index dbf87302e..bd6c5afba 100644 --- a/include/class/pre_operation.class.php +++ b/include/class/pre_operation.class.php @@ -39,6 +39,7 @@ class Pre_operation var $p_jrn; /*!< $p_jrn jrn_def_id */ var $jrn_type; /*!< $jrn_type */ var $name; /*!< $name name of the predef. operation */ + var $detail; /*!< Pre_operation_detail */ function __construct($cn,$p_id=0) {