Fix inventory-item/update buttons save, save/next

This commit is contained in:
2016-09-14 19:03:53 +02:00
parent e4ff76af47
commit 9cb0517e43
4 changed files with 4 additions and 11 deletions

View File

@@ -3,7 +3,6 @@ namespace console\controllers;
use common\models\Inventory;
use common\models\InventoryItem;
use common\models\Product;
use common\models\Transfer;
use yii\console\Controller;
use yii\db\Expression;
@@ -61,11 +60,8 @@ class InventoryConsoleController extends Controller{
$item->save();
}
}