add waste to invetory gui
This commit is contained in:
@@ -152,6 +152,12 @@ $this->registerJs('inventoryItemIndex.init( ' . json_encode($options) . ' );');
|
||||
'label' => 'Beszerzett mennyiség (db)',
|
||||
'contentOptions' => ['class' => 'numeric ' ]
|
||||
|
||||
],
|
||||
[
|
||||
'attribute' => 'item_count_waste',
|
||||
'label' => 'Selejtezett mennyiség (db)',
|
||||
'contentOptions' => ['class' => 'numeric ' ]
|
||||
|
||||
],
|
||||
[
|
||||
'attribute' => 'item_count_sold',
|
||||
|
||||
Reference in New Issue
Block a user