From: marina Date: Wed, 28 May 2025 09:29:11 +0000 (+0300) Subject: ERP-417 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6ddca55d7531307e0156130b2272782f569bad9d;p=erp24_rep%2Fyii-erp24%2F.git ERP-417 --- diff --git a/erp24/controllers/WriteOffsErpController.php b/erp24/controllers/WriteOffsErpController.php index 62c666dc..2e5e372d 100644 --- a/erp24/controllers/WriteOffsErpController.php +++ b/erp24/controllers/WriteOffsErpController.php @@ -889,7 +889,7 @@ class WriteOffsErpController extends Controller } catch (Exception $e) { $transaction->rollBack(); $errors = $e->getMessage(); - +var_dump($errors);die(); return $this->render('/write_offs_erp/update', [ 'model' => $model, 'multipleUploadForm' => $multipleUploadForm, diff --git a/erp24/views/write_offs_erp/update.php b/erp24/views/write_offs_erp/update.php index 5dfe2a02..5f93177b 100644 --- a/erp24/views/write_offs_erp/update.php +++ b/erp24/views/write_offs_erp/update.php @@ -39,7 +39,6 @@ $this->params['breadcrumbs'][] = 'Update';