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;