From de86f0ecaaa29d62317b9996c3052971a3921ce2 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 2 Mar 2023 12:52:12 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/comm/propal/class/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index a217f7c10e0..10b7000392f 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -1600,7 +1600,7 @@ class Propal extends CommonObject $this->ref_client = $obj->ref_client; $this->ref_ext = $obj->ref_ext; - $this->remise = $obj->remise; // TODO deprecated + $this->remise = $obj->remise; // TODO deprecated $this->remise_percent = $obj->remise_percent; // TODO deprecated $this->remise_absolue = $obj->remise_absolue; // TODO deprecated $this->total = $obj->total_ttc; // TODO deprecated