add inventory changes
This commit is contained in:
@@ -12,8 +12,6 @@ use yii\widgets\ActiveForm;
|
||||
|
||||
<?php $form = ActiveForm::begin(); ?>
|
||||
|
||||
<?= $form->field($model, 'name')->textInput(['autocomplete' => 'off']) ?>
|
||||
<?= $form->field($model, 'id_product')->hiddenInput()->label(false) ?>
|
||||
<?= $form->field($model, 'type')->hiddenInput()->label(false) ?>
|
||||
<?= $form->field($model, 'count')->textInput() ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user