Fix: Bad var name
This commit is contained in:
parent
00a032ad68
commit
c1f5b2f3a1
@ -79,7 +79,7 @@ class ActionsCardProduct extends Product
|
|||||||
|
|
||||||
$tmpobject = new Product($this->db);
|
$tmpobject = new Product($this->db);
|
||||||
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
|
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
|
||||||
$this->object = $object;
|
$this->object = $tmpobject;
|
||||||
|
|
||||||
//parent::assign_values($action);
|
//parent::assign_values($action);
|
||||||
|
|
||||||
|
|||||||
@ -78,7 +78,7 @@ class ActionsCardService extends Product
|
|||||||
|
|
||||||
$tmpobject = new Product($this->db);
|
$tmpobject = new Product($this->db);
|
||||||
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
|
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
|
||||||
$this->object = $object;
|
$this->object = $tmpobject;
|
||||||
|
|
||||||
//parent::assign_values($action);
|
//parent::assign_values($action);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user