add inventory group

This commit is contained in:
2016-02-29 20:51:54 +01:00
parent 3926498f3e
commit b196b86746
19 changed files with 589 additions and 4 deletions

View File

@@ -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>