From a2eb970bb7e93759143a043ed3d4e41e8560fd35 Mon Sep 17 00:00:00 2001 From: "Laurent Destailleur (aka Eldy)" Date: Sun, 5 Jan 2025 16:18:38 +0100 Subject: [PATCH] Fix type --- htdocs/commande/class/orderline.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/class/orderline.class.php b/htdocs/commande/class/orderline.class.php index d4ee988d3ea..250c73b9ce1 100644 --- a/htdocs/commande/class/orderline.class.php +++ b/htdocs/commande/class/orderline.class.php @@ -105,7 +105,7 @@ class OrderLine extends CommonOrderLine /** * Buy price without taxes - * @var float + * @var float|string Can be '' when we do not provide any buying price. */ public $pa_ht;