From: marina Date: Wed, 5 Feb 2025 07:10:37 +0000 (+0300) Subject: ERP-302 Редактирование букета X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=39c3cff5259e3345f986b04e8280aa22d53f90f8;p=erp24_rep%2Fyii-erp24%2F.git ERP-302 Редактирование букета --- diff --git a/erp24/controllers/BouquetController.php b/erp24/controllers/BouquetController.php index ca60f81e..20f95ca3 100644 --- a/erp24/controllers/BouquetController.php +++ b/erp24/controllers/BouquetController.php @@ -55,7 +55,7 @@ class BouquetController extends Controller $product->save(); } - return $this->render('view', [ + return $this->redirect('view', [ 'model' => $model ]); }