Fix inventory-item/update buttons save, save/next
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user