From 1e16d7d21d065289b5bbc242c427face4d3b7276 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 16 Oct 2025 18:34:05 +0300 Subject: [PATCH] =?utf8?q?=D0=9B=D0=BE=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/UploadService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/services/UploadService.php b/erp24/services/UploadService.php index 483687ec..7922af74 100644 --- a/erp24/services/UploadService.php +++ b/erp24/services/UploadService.php @@ -1141,6 +1141,7 @@ class UploadService { } // SalesProductsUpdate::deleteAll(['check_id' => $arr["id"]]); LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => __LINE__], JSON_UNESCAPED_UNICODE)); + LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => $update], JSON_UNESCAPED_UNICODE)); if ($update) { LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => __LINE__], JSON_UNESCAPED_UNICODE)); $sales = Sales::find()->where(['id' => $arr["id"]])->one(); -- 2.39.5