add discount to product sell js
This commit is contained in:
@@ -9,7 +9,7 @@ $this->title = Yii::t('common/discount', 'Update {modelClass}: ', [
|
||||
'modelClass' => 'Discount',
|
||||
]) . ' ' . $model->name;
|
||||
$this->params['breadcrumbs'][] = ['label' => Yii::t('common/discount', 'Discounts'), 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id_warehouse]];
|
||||
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id_discount]];
|
||||
$this->params['breadcrumbs'][] = Yii::t('common/discount', 'Update');
|
||||
?>
|
||||
<div class="discount-update">
|
||||
|
||||
Reference in New Issue
Block a user