title = Yii::t('common/waste', 'Új selejt'); $this->params['breadcrumbs'][] = ['label' => Yii::t('common/waste', 'Selejtek'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; WasteCreateAsset::register($this); $options = []; $options['products'] = $products; $options['url_product_find'] = Url::toRoute(['product/find']); $this->registerJs(' new WasteCreate( '. json_encode($options) .' );'); ?>

title) ?>

Terméknév
Mennyiség
Termék kategória
render('_form', [ 'model' => $model, ]) ?>