mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix Warning
This commit is contained in:
parent
a64f30d23e
commit
de37c0bff0
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user