From 3d96b66664c47da8e483c91307dff45c0a3c280c Mon Sep 17 00:00:00 2001 From: Thomas Couacault Date: Mon, 2 Oct 2023 14:22:11 +0200 Subject: [PATCH] FIX: Delete use of unassigned product_description member in ContratLigne class --- htdocs/contrat/class/contrat.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/contrat/class/contrat.class.php b/htdocs/contrat/class/contrat.class.php index 673410067de..13c3a15aa2b 100644 --- a/htdocs/contrat/class/contrat.class.php +++ b/htdocs/contrat/class/contrat.class.php @@ -3307,7 +3307,6 @@ class ContratLigne extends CommonObjectLine $this->statut = $obj->statut; $this->product_ref = $obj->product_ref; $this->product_label = $obj->product_label; - $this->product_description = $obj->product_description; $this->product_type = $obj->product_type; $this->label = $obj->label; // deprecated. We do not use this field. Only ref and label of product, and description of contract line $this->description = $obj->description;