From 22ed2d6a259178fd46e93639e5c5d89dbe0744c7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 5 Jan 2025 16:02:23 +0100 Subject: [PATCH] FIX tic tac tic tac --- htdocs/commande/class/commande.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index e6b0dac13ed..cf754586c9f 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -1535,7 +1535,6 @@ class Commande extends CommonOrder $pu_ht = price2num($pu_ht); $pu_ht_devise = price2num($pu_ht_devise); $pu_ttc = price2num($pu_ttc); - // @phpstan-ignore-next-line @phan-suppress-next-line PhanTypeMismatchProperty $pa_ht = price2num($pa_ht); // do not convert to float here, it breaks the functioning of $pa_ht_isemptystring if (!preg_match('/\((.*)\)/', (string) $txtva)) { $txtva = price2num($txtva); // $txtva can have format '5,1' or '5.1' or '5.1(XXX)', we must clean only if '5,1' @@ -4248,7 +4247,7 @@ class OrderLine extends CommonOrderLine /** * Buy price without taxes - * @var float + * @var float|null */ public $pa_ht; public $marge_tx;