]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Правка ссылок
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 5 Jun 2025 12:04:54 +0000 (15:04 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 5 Jun 2025 12:04:54 +0000 (15:04 +0300)
erp24/views/crud/marketplace-order-1c-statuses/view.php

index 18c6ac3f9bfe8a6921e35d21496199132830dfd8..05b484fd0a6a28b781ad8386df3152a06439811b 100644 (file)
@@ -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)