Fix Warning

This commit is contained in:
Laurent Destailleur 2020-12-15 01:59:18 +01:00
parent a64f30d23e
commit de37c0bff0

View File

@ -1006,7 +1006,7 @@ class SupplierProposal extends CommonObject
$fk_parent_line,
$this->lines[$i]->fk_fournprice,
$this->lines[$i]->pa_ht,
$this->lines[$i]->label,
empty($this->lines[$i]->label) ? '' : $this->lines[$i]->label, // deprecated
$this->lines[$i]->array_options,
$this->lines[$i]->ref_fourn,
$this->lines[$i]->fk_unit,