fix: undefined property
This commit is contained in:
parent
74abde0233
commit
114ace6499
@ -431,7 +431,7 @@ class Product extends CommonObject
|
||||
$this->ref = dol_string_nospecial(trim($this->ref));
|
||||
$this->libelle = trim($this->libelle);
|
||||
$this->description = trim($this->description);
|
||||
$this->note = trim($this->note);
|
||||
$this->note = (isset($this->note)? trim($this->note):"null");
|
||||
$this->weight = price2num($this->weight);
|
||||
$this->weight_units = trim($this->weight_units);
|
||||
$this->length = price2num($this->length);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user