From: fomichev Date: Thu, 5 Jun 2025 12:04:54 +0000 (+0300) Subject: Правка ссылок X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=60f7ae4156e6d1ddb738c1f6da6c3492db237fc4;p=erp24_rep%2Fyii-erp24%2F.git Правка ссылок --- diff --git a/erp24/views/crud/marketplace-order-1c-statuses/view.php b/erp24/views/crud/marketplace-order-1c-statuses/view.php index 18c6ac3f..05b484fd 100644 --- a/erp24/views/crud/marketplace-order-1c-statuses/view.php +++ b/erp24/views/crud/marketplace-order-1c-statuses/view.php @@ -50,7 +50,7 @@ $this->params['breadcrumbs'][] = $this->title; foreach ($model->nextStatuses as $nextStatus) { $links[] = Html::a( Html::encode($nextStatus->status), - ['marketplace-order1c-statuses/view', 'id' => $nextStatus->id] + ['/crud/marketplace-order-1c-statuses/view', 'id' => $nextStatus->id] ); } return empty($links)