add inventory group
This commit is contained in:
@@ -32,6 +32,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'statusHuman',
|
||||
'stock',
|
||||
[
|
||||
'attribute' => 'id_inventory_group',
|
||||
'value' => $model->getInventoryGroupName(),
|
||||
],
|
||||
[
|
||||
'attribute' => 'description',
|
||||
'value' => nl2br($model->description),
|
||||
'format' => 'raw'
|
||||
@@ -40,5 +44,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'updated_at:datetime',
|
||||
],
|
||||
]) ?>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user