|
@@ -70,9 +70,9 @@ class Record extends Backend
|
|
|
$this->error(__('No Results were found'));
|
|
$this->error(__('No Results were found'));
|
|
|
return parent::edit($ids);
|
|
return parent::edit($ids);
|
|
|
}
|
|
}
|
|
|
-// public function add()
|
|
|
|
|
-// {
|
|
|
|
|
-// return parent::add();
|
|
|
|
|
-// }
|
|
|
|
|
|
|
+ public function add()
|
|
|
|
|
+ {
|
|
|
|
|
+ return parent::add();
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
}
|
|
}
|