From: Alexander Smirnov Date: Tue, 7 May 2024 07:22:49 +0000 (+0300) Subject: fix X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=c3a22ef5a161f18b14d099411326e94f6d4ca9f2;p=yii-erp24%2F.git fix --- diff --git a/erp24/actions/shipment/AddAction.php b/erp24/actions/shipment/AddAction.php index 5cbc8f3..a1f6f65 100644 --- a/erp24/actions/shipment/AddAction.php +++ b/erp24/actions/shipment/AddAction.php @@ -26,6 +26,7 @@ class AddAction extends Action $model->setProviders(); if ($model->validate()) { $model->save(); + return $this->controller->redirect('/shipment'); } else { echo "
";
                 var_dump($model->getErrors());