From 7146c2376ecc03075d0db48dbe0e2e2db731f256 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 16 Oct 2025 18:34:28 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/UploadService.php b/erp24/services/UploadService.php index 7922af74..f8aa4220 100644 --- a/erp24/services/UploadService.php +++ b/erp24/services/UploadService.php @@ -1141,7 +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)); + LogService::apiErrorLog(json_encode(["error_id" => 125, "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