correction typo

This commit is contained in:
Cedric 2014-07-15 19:02:43 +02:00
parent 769c9a9b66
commit f38ab46928

View File

@ -591,7 +591,7 @@ class Product extends CommonObject
{ {
if (empty($this->oldcopy)) if (empty($this->oldcopy))
{ {
$org=new self($db); $org=new self($this->db);
$org->fetch($this->id); $org->fetch($this->id);
$this->oldcopy=$org; $this->oldcopy=$org;
} }