From: Vladimir Fomichev Date: Tue, 5 Aug 2025 09:56:41 +0000 (+0300) Subject: Пересчет автопланограммы из плана по категориям X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=d827bdf28d1d6d69b906c2855f25127eb76aa140;p=erp24_rep%2Fyii-erp24%2F.git Пересчет автопланограммы из плана по категориям --- 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) ]);