This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-01-05 16:18:38 +01:00
parent 3b1bc8bbb1
commit a2eb970bb7

View File

@@ -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;