|
@@ -331,7 +331,6 @@ class QcodeProduct extends Backend
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
$row = $this->model->where('_id',$ids)->find();
|
|
$row = $this->model->where('_id',$ids)->find();
|
|
|
-
|
|
|
|
|
$this->view->assign('row',$row);
|
|
$this->view->assign('row',$row);
|
|
|
return $this->view->fetch();
|
|
return $this->view->fetch();
|
|
|
|
|
|