add inventory item fast edit
This commit is contained in:
@@ -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
|
||||
] );
|
||||
|
||||
Reference in New Issue
Block a user