correction typo
This commit is contained in:
parent
769c9a9b66
commit
f38ab46928
@ -591,7 +591,7 @@ class Product extends CommonObject
|
||||
{
|
||||
if (empty($this->oldcopy))
|
||||
{
|
||||
$org=new self($db);
|
||||
$org=new self($this->db);
|
||||
$org->fetch($this->id);
|
||||
$this->oldcopy=$org;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user