Fix: Bad var name

This commit is contained in:
eldy 2011-10-01 01:29:43 +02:00
parent 00a032ad68
commit c1f5b2f3a1
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ class ActionsCardProduct extends Product
$tmpobject = new Product($this->db);
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
$this->object = $object;
$this->object = $tmpobject;
//parent::assign_values($action);

View File

@ -78,7 +78,7 @@ class ActionsCardService extends Product
$tmpobject = new Product($this->db);
if (! empty($id) || ! empty($ref)) $tmpobject->fetch($id,$ref);
$this->object = $object;
$this->object = $tmpobject;
//parent::assign_values($action);