add inventory item fast edit

This commit is contained in:
2016-08-08 07:41:31 +02:00
parent 576a9ba2dc
commit e79187c50e
9 changed files with 433 additions and 119 deletions

View File

@@ -373,14 +373,17 @@ class UgiroController extends Controller {
* @return mixed
*/
public function actionDelete($id) {
$this->findModel ( $id )->delete ();
return $this->redirect ( [
'index'
] );
}
public function actionDetsta() {
$ugiro = Ugiro::findOne ( 31 );
$model = new DetStatProcessor ( [
'koteg' => $ugiro
] );