From d827bdf28d1d6d69b906c2855f25127eb76aa140 Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Tue, 5 Aug 2025 12:56:41 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=81=D1=87=D0=B5=D1=82?= =?utf8?q?=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BF=D0=BB=D0=B0=D0=BD=D0=BE=D0=B3?= =?utf8?q?=D1=80=D0=B0=D0=BC=D0=BC=D1=8B=20=D0=B8=D0=B7=20=D0=BF=D0=BB?= =?utf8?q?=D0=B0=D0=BD=D0=B0=20=D0=BF=D0=BE=20=D0=BA=D0=B0=D1=82=D0=B5?= =?utf8?q?=D0=B3=D0=BE=D1=80=D0=B8=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 8062d23f..3aa7f65b 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1959,7 +1959,7 @@ class CronController extends Controller 'capacity_type' => 1, 'details' => json_encode($details, JSON_UNESCAPED_UNICODE), 'calculate' => $quantity, - 'modify' => ceil($total), + 'modify' => null, 'total' => ceil($total) ]); -- 2.39.5